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

Function SequenceURI

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

Source from the content-addressed store, hash-verified

122}
123
124func SequenceURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
125 return path.JoinPath(fmt.Sprintf("%s.bsup", id))
126}
127
128func (o Object) SeekIndexURI(path *storage.URI) *storage.URI {
129 return SeekIndexURI(path, o.ID)

Callers 4

ObjectExistsMethod · 0.92
VacuumMethod · 0.92
CreateVectorFunction · 0.85
SequenceURIMethod · 0.85

Calls 1

JoinPathMethod · 0.80

Tested by

no test coverage detected