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

Method DeleteCommit

db/journal/queue.go:152–154  ·  view source on GitHub ↗
(ctx context.Context, id ID)

Source from the content-addressed store, hash-verified

150}
151
152func (q *Queue) DeleteCommit(ctx context.Context, id ID) error {
153 return q.engine.Delete(ctx, q.uri(id))
154}
155
156func (q *Queue) Open(ctx context.Context, head, tail ID) (io.Reader, error) {
157 if head == Nil {

Callers 1

MoveTailMethod · 0.80

Calls 2

uriMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected