MCPcopy
hub / github.com/perkeep/perkeep / all

Function all

pkg/schema/fileread_test.go:78–80  ·  view source on GitHub ↗
(blob *test.Blob)

Source from the content-addressed store, hash-verified

76}
77
78func all(blob *test.Blob) *BytesPart {
79 return part(blob, 0, uint64(blob.Size()))
80}
81
82func zero(size uint64) *BytesPart {
83 return &BytesPart{Size: size}

Callers 1

fileread_test.goFile · 0.85

Calls 2

partFunction · 0.70
SizeMethod · 0.65

Tested by

no test coverage detected