Function: resourcesListFindPath()
resourcesListFindPath(
resources,path):undefined|ResourcesList
Defined in: src/common/web/data/entities/resource/ResourceUtils.ts:139
Search for a path within a resources list.
Parameters
resources
The resources list to search in.
path
string
The path to search for.
Returns
undefined | ResourcesList
- The found list or undefined otherwise.