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

Method record

dgraph/cmd/migrate/table_guide.go:78–78  ·  view source on GitHub ↗
(info *sqlTable, values []interface{}, blankNodeLabel string)

Source from the content-addressed store, hash-verified

76// a Dgraph link between the two rows in the two different tables.
77type valuesRecorder interface {
78 record(info *sqlTable, values []interface{}, blankNodeLabel string)
79 getBlankNode(indexLabel string) string
80}
81

Callers 1

dumpTableMethod · 0.65

Implementers 1

fkValuesRecorderdgraph/cmd/migrate/table_guide.go

Calls

no outgoing calls

Tested by

no test coverage detected