()
| 243 | return r, true |
| 244 | } |
| 245 | func (r dummyRecord) Cache() *Cache { |
| 246 | return &Cache{} |
| 247 | } |
| 248 | |
| 249 | func Test_assignValidationMapping(t *testing.T) { |
| 250 | fieldNames := []string{"name0", "name1"} |
nothing calls this directly
no outgoing calls
no test coverage detected