Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Loaded
Method
Loaded
worker/acl_cache.go:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(cache *AclCache) Loaded() bool {
36
cache.RLock()
37
defer
cache.RUnlock()
38
return
cache.loaded
39
}
40
41
func
(cache *AclCache) Set() {
42
cache.Lock()
Callers
1
authorizePreds
Function · 0.80
Calls
2
RLock
Method · 0.80
RUnlock
Method · 0.80
Tested by
no test coverage detected