MCPcopy Create free account
hub / github.com/brimdata/super / CommitObject

Method CommitObject

runtime/exec/environment.go:92–97  ·  view source on GitHub ↗
(ctx context.Context, id ksuid.KSUID, name string)

Source from the content-addressed store, hash-verified

90}
91
92func (e *Environment) CommitObject(ctx context.Context, id ksuid.KSUID, name string) (ksuid.KSUID, error) {
93 if e.db != nil {
94 return e.db.CommitObject(ctx, id, name)
95 }
96 return ksuid.Nil, nil
97}
98
99func (e *Environment) SortKeys(ctx context.Context, src dag.Op) order.SortKeys {
100 if e.db != nil {

Callers

nothing calls this directly

Calls 1

CommitObjectMethod · 0.65

Tested by

no test coverage detected