MCPcopy Create free account
hub / github.com/AdRoll/baker / Set

Method Set

config_test.go:239–241  ·  view source on GitHub ↗
(i FieldIndex, b []byte)

Source from the content-addressed store, hash-verified

237 return []byte(v)
238}
239func (r dummyRecord) Set(i FieldIndex, b []byte) {
240 r[i] = string(b)
241}
242func (r dummyRecord) Meta(key string) (v interface{}, ok bool) {
243 return r, true
244}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected