MCPcopy
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
35func (cache *AclCache) Loaded() bool {
36 cache.RLock()
37 defer cache.RUnlock()
38 return cache.loaded
39}
40
41func (cache *AclCache) Set() {
42 cache.Lock()

Callers 1

authorizePredsFunction · 0.80

Calls 2

RLockMethod · 0.80
RUnlockMethod · 0.80

Tested by

no test coverage detected