Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ zero
Function
zero
pkg/schema/fileread_test.go:82–84 ·
view source on GitHub ↗
(size uint64)
Source
from the content-addressed store, hash-verified
80
}
81
82
func
zero(size uint64) *BytesPart {
83
return
&BytesPart{Size: size}
84
}
85
86
func
parts(parts ...*BytesPart) []*BytesPart {
87
return
parts
Callers
1
fileread_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected