(r verifierComplexityRecord)
| 341 | } |
| 342 | |
| 343 | func collectionProgramKey(r verifierComplexityRecord) string { |
| 344 | return r.Collection + "/" + r.Program |
| 345 | } |
| 346 | |
| 347 | func kernelBuildLoadKey(r verifierComplexityRecord) string { |
| 348 | if r.Kernel == "" { |
no outgoing calls
no test coverage detected
searching dependent graphs…