MCPcopy
hub / github.com/perkeep/perkeep / Blob

Struct Blob

pkg/test/blob.go:34–36  ·  view source on GitHub ↗

Blob is a utility class for unit tests.

Source from the content-addressed store, hash-verified

32
33// Blob is a utility class for unit tests.
34type Blob struct {
35 Contents string // the contents of the blob
36}
37
38var randSrc = rand.New(rand.NewSource(time.Now().UnixNano()))
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected