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

Method String

worker/draft.go:75–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73type op int
74
75func (id op) String() string {
76 switch id {
77 case opRollup:
78 return "opRollup"
79 case opSnapshot:
80 return "opSnapshot"
81 case opIndexing:
82 return "opIndexing"
83 case opRestore:
84 return "opRestore"
85 case opBackup:
86 return "opBackup"
87 case opPredMove:
88 return "opPredMove"
89 default:
90 return "opUnknown"
91 }
92}
93
94const (
95 opRollup op = iota + 1

Callers 15

UpdateGraphQLSchemaMethod · 0.45
formatVectorSchemaFunction · 0.45
fieldToStringFunction · 0.45
SortOverNetworkFunction · 0.45
SortMethod · 0.45
sortWithoutIndexFunction · 0.45
sortWithIndexFunction · 0.45
multiSortFunction · 0.45
processSortFunction · 0.45
ProcessRestoreRequestFunction · 0.45
getEncConfigFunction · 0.45
toCDCEventFunction · 0.45

Calls

no outgoing calls

Tested by 2

checkExportSchemaFunction · 0.36
checkExportGqlSchemaFunction · 0.36