MCPcopy
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
82func zero(size uint64) *BytesPart {
83 return &BytesPart{Size: size}
84}
85
86func parts(parts ...*BytesPart) []*BytesPart {
87 return parts

Callers 1

fileread_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected