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

Method SeekIndexURI

db/data/object.go:128–130  ·  view source on GitHub ↗
(path *storage.URI)

Source from the content-addressed store, hash-verified

126}
127
128func (o Object) SeekIndexURI(path *storage.URI) *storage.URI {
129 return SeekIndexURI(path, o.ID)
130}
131
132func SeekIndexURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
133 return path.JoinPath(fmt.Sprintf("%s-seek.bsup", id))

Callers 3

NewWriterMethod · 0.95
LookupSeekRangeFunction · 0.80
readSeekIndexFunction · 0.80

Calls 1

SeekIndexURIFunction · 0.85

Tested by

no test coverage detected