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

Method VectorURI

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

Source from the content-addressed store, hash-verified

134}
135
136func (o Object) VectorURI(path *storage.URI) *storage.URI {
137 return VectorURI(path, o.ID)
138}
139
140func VectorURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
141 return path.JoinPath(fmt.Sprintf("%s.csup", id))

Callers 3

runMethod · 0.80
runMethod · 0.80

Calls 1

VectorURIFunction · 0.85

Tested by 1