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

Method SequenceURI

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

Source from the content-addressed store, hash-verified

118}
119
120func (o Object) SequenceURI(path *storage.URI) *storage.URI {
121 return SequenceURI(path, o.ID)
122}
123
124func SequenceURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
125 return path.JoinPath(fmt.Sprintf("%s.bsup", id))

Callers 2

NewReaderMethod · 0.95
NewWriterMethod · 0.95

Calls 1

SequenceURIFunction · 0.85

Tested by

no test coverage detected