MCPcopy Create free account
hub / github.com/error311/FileRise / qsa

Function qsa

public/js/adminFolderAccess.js:12–12  ·  view source on GitHub ↗
(scope, sel)

Source from the content-addressed store, hash-verified

10
11function qs(scope, sel) { return (scope || document).querySelector(sel); }
12function qsa(scope, sel) { return Array.from((scope || document).querySelectorAll(sel)); }
13
14let __aclSourcesCache = null;
15let __aclSourceId = '';

Callers 7

setRowDisabledFunction · 0.70
resetRowIfInheritedOnlyFunction · 0.70
refreshInheritanceFunction · 0.70
setFromViewChangeFunction · 0.70
wireRowFunction · 0.70
cascadeManageFunction · 0.70
markActiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected