Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
301
func
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
309
var
handlerTests []handlerTest
310
Callers
1
initTests
Function · 0.85
Calls
1
Size
Method · 0.65
Tested by
no test coverage detected