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

Method CommitObject

db/api/local.go:134–136  ·  view source on GitHub ↗
(ctx context.Context, poolID ksuid.KSUID, branchName string)

Source from the content-addressed store, hash-verified

132}
133
134func (l *local) CommitObject(ctx context.Context, poolID ksuid.KSUID, branchName string) (ksuid.KSUID, error) {
135 return l.db.CommitObject(ctx, poolID, branchName)
136}
137
138func (l *local) lookupBranch(ctx context.Context, poolID ksuid.KSUID, branchName string) (*db.Pool, *db.Branch, error) {
139 pool, err := l.db.OpenPool(ctx, poolID)

Callers

nothing calls this directly

Calls 1

CommitObjectMethod · 0.65

Tested by

no test coverage detected