MCPcopy Create free account
hub / github.com/Macmod/godap / queryDacl

Function queryDacl

tui/dacl.go:135–138  ·  view source on GitHub ↗
(target string)

Source from the content-addressed store, hash-verified

133)
134
135func queryDacl(target string) {
136 updateLog("Fetching DACL for '"+target+"'", "yellow")
137 go app.QueueUpdateDraw(updateDaclEntries)
138}
139
140func initDaclPage(includeCurSchema bool) {
141 loadRightVars()

Callers 5

groupsKeyHandlerFunction · 0.85
membersKeyHandlerFunction · 0.85
initSearchPageFunction · 0.85
initDaclPageFunction · 0.85
treePanelKeyHandlerFunction · 0.85

Calls 1

updateLogFunction · 0.85

Tested by

no test coverage detected