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

Function ApplyMutations

worker/embedded.go:32–34  ·  view source on GitHub ↗
(ctx context.Context, p *pb.Proposal)

Source from the content-addressed store, hash-verified

30}
31
32func ApplyMutations(ctx context.Context, p *pb.Proposal) error {
33 return groups().Node.applyMutations(ctx, p)
34}
35
36func ApplyCommited(ctx context.Context, delta *pb.OracleDelta) error {
37 return groups().Node.commitOrAbort(1, delta)

Callers

nothing calls this directly

Calls 2

groupsFunction · 0.85
applyMutationsMethod · 0.80

Tested by

no test coverage detected