MCPcopy
hub / github.com/dgraph-io/dgraph / logAccess

Function logAccess

edgraph/access.go:933–937  ·  view source on GitHub ↗
(log *accessEntry)

Source from the content-addressed store, hash-verified

931}
932
933func logAccess(log *accessEntry) {
934 if glog.V(1) {
935 glog.Info(log.String())
936 }
937}
938
939func blockedPreds(preds []string) map[string]struct{} {
940 blocked := make(map[string]struct{})

Callers 1

authorizePredsFunction · 0.85

Calls 2

InfoMethod · 0.80
StringMethod · 0.45

Tested by

no test coverage detected