MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / ApplyCommited

Function ApplyCommited

worker/embedded.go:36–38  ·  view source on GitHub ↗
(ctx context.Context, delta *pb.OracleDelta)

Source from the content-addressed store, hash-verified

34}
35
36func ApplyCommited(ctx context.Context, delta *pb.OracleDelta) error {
37 return groups().Node.commitOrAbort(1, delta)
38}
39
40func ApplyInitialSchema(ns, ts uint64) error {
41 for _, su := range schema.InitialSchema(ns) {

Callers

nothing calls this directly

Calls 2

groupsFunction · 0.85
commitOrAbortMethod · 0.80

Tested by

no test coverage detected