MCPcopy
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

37var blobC = &test.Blob{Contents: "CCCCCccccc"}
38
39func init() {
40 testFetcher.AddBlob(blobA)
41 testFetcher.AddBlob(blobB)
42 testFetcher.AddBlob(blobC)
43}
44
45type readTest struct {
46 parts []*BytesPart

Callers

nothing calls this directly

Calls 1

AddBlobMethod · 0.80

Tested by

no test coverage detected