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

Method JSON

pkg/schema/blob.go:449–451  ·  view source on GitHub ↗

JSON returns the JSON of the blob as built so far.

()

Source from the content-addressed store, hash-verified

447
448// JSON returns the JSON of the blob as built so far.
449func (bb *Builder) JSON() (string, error) {
450 return mapJSON(bb.m)
451}
452
453// SetSigner sets the camliSigner field.
454// Calling SetSigner is unnecessary if using Sign.

Callers 2

uploadNodeRegularFileMethod · 0.95
RunCommandMethod · 0.95

Calls 1

mapJSONFunction · 0.85

Tested by

no test coverage detected