MCPcopy
hub / github.com/perkeep/perkeep / tbSize

Function tbSize

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

Source from the content-addressed store, hash-verified

299}
300
301func tbSize(name string) string {
302 tb, ok := testBlobs[name]
303 if !ok {
304 panic(name + " not found")
305 }
306 return fmt.Sprintf("%d", tb.Size())
307}
308
309var handlerTests []handlerTest
310

Callers 1

initTestsFunction · 0.85

Calls 1

SizeMethod · 0.65

Tested by

no test coverage detected