MCPcopy Create free account
hub / github.com/bugy/script-server / findBreadcrumbElement

Function findBreadcrumbElement

web-src/tests/unit/file_dialog_test.js:74–77  ·  view source on GitHub ↗
(path, fileDialog)

Source from the content-addressed store, hash-verified

72 }
73
74 function findBreadcrumbElement(path, fileDialog) {
75 const pathElements = getBreadcrumbElements(fileDialog);
76 return pathElements.find(element => element.innerText === path);
77 }
78
79 function getBreadcrumbNames(fileDialog) {
80 const elements = getBreadcrumbElements(fileDialog);

Callers 1

Calls 1

getBreadcrumbElementsFunction · 0.85

Tested by

no test coverage detected