Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ String
Method
String
pkg/blobserver/diskpacked/diskpacked.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(s *storage) String() string {
98
return
fmt.Sprintf(
"\"
diskpacked\
" blob packs at %s"
, s.root)
99
}
100
101
var
(
102
readVar = expvar.NewMap(
"diskpacked-read-bytes"
)
Callers
7
reindexOne
Method · 0.45
TestWalkPack
Function · 0.45
delete
Method · 0.45
TestClose
Function · 0.45
RemoveBlobs
Method · 0.45
append
Method · 0.45
meta
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestWalkPack
Function · 0.36
TestClose
Function · 0.36