Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ HasVector
Method
HasVector
db/commits/patch.go:42–44 ·
view source on GitHub ↗
(id ksuid.KSUID)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(p *Patch) HasVector(id ksuid.KSUID) bool {
43
return
p.diff.HasVector(id) || p.base.HasVector(id)
44
}
45
46
func
(p *Patch) Select(span extent.Span, o order.Which) DataObjects {
47
objects := p.base.Select(span, o)
Callers
1
AddVector
Method · 0.95
Calls
1
HasVector
Method · 0.65
Tested by
no test coverage detected