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

Method Meta

config_test.go:242–244  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

240 r[i] = string(b)
241}
242func (r dummyRecord) Meta(key string) (v interface{}, ok bool) {
243 return r, true
244}
245func (r dummyRecord) Cache() *Cache {
246 return &Cache{}
247}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected