MCPcopy
hub / github.com/cilium/cilium / kernelBuildLoadKey

Function kernelBuildLoadKey

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

Source from the content-addressed store, hash-verified

345}
346
347func kernelBuildLoadKey(r verifierComplexityRecord) string {
348 if r.Kernel == "" {
349 return r.Build + "/" + r.Load
350 }
351
352 return r.Kernel + "/" + r.Build + "/" + r.Load
353}
354
355func loadRecords(path string) (map[string]verifierComplexityRecord, error) {
356 var records []verifierComplexityRecord

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…