MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / predicateName

Function predicateName

dgraph/cmd/migrate/table_guide.go:240–242  ·  view source on GitHub ↗
(info *sqlTable, column string)

Source from the content-addressed store, hash-verified

238}
239
240func predicateName(info *sqlTable, column string) string {
241 return fmt.Sprintf("%s%s%s", info.tableName, separator, column)
242}
243
244type tableGuide struct {
245 blankNode blankNode

Callers 1

dumpTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…