Function: resourcesListContainsPath()
resourcesListContainsPath(
resources,path):boolean
Defined in: src/common/web/data/entities/resource/ResourceUtils.ts:160
Checks if a given path exists in the resources list.
Parameters
resources
The resources list to check.
path
string
The path to search for.
Returns
boolean