Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Write
Method
Write
pkg/blobserver/blobpacked/blobpacked.go:1709–1713 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
1707
}
1708
1709
func
(cw *countWriter) Write(p []byte) (n int, err error) {
1710
n, err = cw.w.Write(p)
1711
cw.n += int64(n)
1712
return
1713
}
Callers
7
TestPackNormal
Function · 0.45
TestPackLarge
Function · 0.45
TestReindex
Function · 0.45
testPack
Function · 0.45
TestForeachZipBlob
Function · 0.45
TestPackerBoundarySplits
Function · 0.45
writeAZip
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestPackNormal
Function · 0.36
TestPackLarge
Function · 0.36
TestReindex
Function · 0.36
testPack
Function · 0.36
TestForeachZipBlob
Function · 0.36
TestPackerBoundarySplits
Function · 0.36