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

Function SeekIndexURI

db/data/object.go:132–134  ·  view source on GitHub ↗
(path *storage.URI, id ksuid.KSUID)

Source from the content-addressed store, hash-verified

130}
131
132func SeekIndexURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
133 return path.JoinPath(fmt.Sprintf("%s-seek.bsup", id))
134}
135
136func (o Object) VectorURI(path *storage.URI) *storage.URI {
137 return VectorURI(path, o.ID)

Callers 2

VacuumMethod · 0.92
SeekIndexURIMethod · 0.85

Calls 1

JoinPathMethod · 0.80

Tested by

no test coverage detected