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

Method Cache

config_test.go:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 return r, true
244}
245func (r dummyRecord) Cache() *Cache {
246 return &Cache{}
247}
248
249func Test_assignValidationMapping(t *testing.T) {
250 fieldNames := []string{"name0", "name1"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected