Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ auditVector
Method
auditVector
tools/query-audit/auditor.go:90–92 ·
view source on GitHub ↗
(x, y model.Vector)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(a *Auditor) auditVector(x, y model.Vector) (Diff, error) {
91
return
Diff{}, errors.New(
"unimplemented"
)
92
}
Callers
1
Audit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected