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

Method String

edgraph/access.go:927–931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925}
926
927func (log *accessEntry) String() string {
928 return fmt.Sprintf("ACL-LOG Authorizing user %q with groups %q on predicates %q "+
929 "for %q, allowed:%v", log.userId, strings.Join(log.groups, ","),
930 strings.Join(log.preds, ","), log.operation.Name, log.allowed)
931}
932
933func logAccess(log *accessEntry) {
934 if glog.V(1) {

Callers 13

alterMethod · 0.45
annotateNamespaceFunction · 0.45
annotateStartTsFunction · 0.45
doMutateMethod · 0.45
buildUpsertQueryFunction · 0.45
doQueryMethod · 0.45
processQueryFunction · 0.45
addQueryIfUniqueFunction · 0.45
LoginMethod · 0.45
authorizeAlterFunction · 0.45
authorizeMutationFunction · 0.45
logAccessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected