(i FieldIndex, b []byte)
| 237 | return []byte(v) |
| 238 | } |
| 239 | func (r dummyRecord) Set(i FieldIndex, b []byte) { |
| 240 | r[i] = string(b) |
| 241 | } |
| 242 | func (r dummyRecord) Meta(key string) (v interface{}, ok bool) { |
| 243 | return r, true |
| 244 | } |
nothing calls this directly
no outgoing calls
no test coverage detected