(key string)
| 240 | r[i] = string(b) |
| 241 | } |
| 242 | func (r dummyRecord) Meta(key string) (v interface{}, ok bool) { |
| 243 | return r, true |
| 244 | } |
| 245 | func (r dummyRecord) Cache() *Cache { |
| 246 | return &Cache{} |
| 247 | } |
nothing calls this directly
no outgoing calls
no test coverage detected