MCPcopy
hub / github.com/perkeep/perkeep / SetRawStringField

Method SetRawStringField

pkg/schema/blob.go:419–422  ·  view source on GitHub ↗

SetRawStringField sets a raw string field in the underlying map.

(key, value string)

Source from the content-addressed store, hash-verified

417
418// SetRawStringField sets a raw string field in the underlying map.
419func (bb *Builder) SetRawStringField(key, value string) *Builder {
420 bb.m[key] = value
421 return bb
422}
423
424// Blob builds the Blob. The builder continues to be usable after a call to Build.
425func (bb *Builder) Blob() *Blob {

Callers 5

RunCommandMethod · 0.95
TestHandleGetViaSharingFunction · 0.80

Calls

no outgoing calls