timeP implements the TimeP interface.
| 195 | |
| 196 | // timeP implements the TimeP interface. |
| 197 | type timeP struct { |
| 198 | P |
| 199 | done func(string) |
| 200 | } |
| 201 | |
| 202 | func (p *timeP) Field(name string) P { |
| 203 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected