uint8P implements the Uint8P interface.
| 427 | |
| 428 | // uint8P implements the Uint8P interface. |
| 429 | type uint8P struct { |
| 430 | P |
| 431 | done func(string) |
| 432 | } |
| 433 | |
| 434 | func (p *uint8P) Field(name string) P { |
| 435 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected