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

Method Get

config_test.go:232–238  ·  view source on GitHub ↗
(i FieldIndex)

Source from the content-addressed store, hash-verified

230 panic("unimplemented")
231}
232func (r dummyRecord) Get(i FieldIndex) []byte {
233 v, ok := r[i]
234 if !ok {
235 return make([]byte, 0)
236 }
237 return []byte(v)
238}
239func (r dummyRecord) Set(i FieldIndex, b []byte) {
240 r[i] = string(b)
241}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected