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