Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ init
Function
init
pkg/schema/fileread_test.go:39–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
var
blobC = &test.Blob{Contents:
"CCCCCccccc"
}
38
39
func
init() {
40
testFetcher.AddBlob(blobA)
41
testFetcher.AddBlob(blobB)
42
testFetcher.AddBlob(blobC)
43
}
44
45
type
readTest
struct
{
46
parts []*BytesPart
Callers
nothing calls this directly
Calls
1
AddBlob
Method · 0.80
Tested by
no test coverage detected