MCPcopy Index your code
hub / github.com/cilium/cilium / collectionProgramKey

Function collectionProgramKey

tools/complexity-diff/main.go:343–345  ·  view source on GitHub ↗
(r verifierComplexityRecord)

Source from the content-addressed store, hash-verified

341}
342
343func collectionProgramKey(r verifierComplexityRecord) string {
344 return r.Collection + "/" + r.Program
345}
346
347func kernelBuildLoadKey(r verifierComplexityRecord) string {
348 if r.Kernel == "" {

Callers 1

calcMinMaxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…