MCPcopy Index your code
hub / github.com/perkeep/perkeep / tbRefStr

Function tbRefStr

pkg/search/handler_test.go:293–299  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

291}
292
293func tbRefStr(name string) string {
294 tb, ok := testBlobs[name]
295 if !ok {
296 panic(name + " not found")
297 }
298 return tb.BlobRef().String()
299}
300
301func tbSize(name string) string {
302 tb, ok := testBlobs[name]

Callers 1

initTestsFunction · 0.85

Calls 2

BlobRefMethod · 0.65
StringMethod · 0.45

Tested by

no test coverage detected