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

Method Vacuum

db/api/remote.go:157–160  ·  view source on GitHub ↗
(ctx context.Context, pool, revision string, dryrun bool)

Source from the content-addressed store, hash-verified

155}
156
157func (r *remote) Vacuum(ctx context.Context, pool, revision string, dryrun bool) ([]ksuid.KSUID, error) {
158 res, err := r.conn.Vacuum(ctx, pool, revision, dryrun)
159 return res.ObjectIDs, err
160}

Callers

nothing calls this directly

Calls 1

VacuumMethod · 0.65

Tested by

no test coverage detected