Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
func
all(blob *test.Blob) *BytesPart {
79
return
part(blob, 0, uint64(blob.Size()))
80
}
81
82
func
zero(size uint64) *BytesPart {
83
return
&BytesPart{Size: size}
Callers
1
fileread_test.go
File · 0.85
Calls
2
part
Function · 0.70
Size
Method · 0.65
Tested by
no test coverage detected