MCPcopy Index your code
hub / github.com/perkeep/perkeep / Builder

Method Builder

pkg/schema/blob.go:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50// Buildable returns a Builder from a base.
51type Buildable interface {
52 Builder() *Builder
53}
54
55// A Blob represents a Perkeep schema blob.

Callers 3

signBlobMethod · 0.65
imprtMethod · 0.65
TestIssue305Function · 0.65

Implementers 2

Blobpkg/schema/blob.go
Builderpkg/schema/blob.go

Calls

no outgoing calls

Tested by 1

TestIssue305Function · 0.52