MCPcopy
hub / github.com/bugy/script-server / getFileElements

Function getFileElements

web-src/tests/unit/file_dialog_test.js:40–42  ·  view source on GitHub ↗
(fileDialog)

Source from the content-addressed store, hash-verified

38 });
39
40 function getFileElements(fileDialog) {
41 return $(fileDialog.element).find('li').toArray();
42 }
43
44 function getFileElementName(element) {
45 return $(element).find('span').text();

Callers 4

getDisplayedFileNamesFunction · 0.85
findFileElementFunction · 0.85
findActiveFileElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected