uint16P implements the Uint16P interface.
| 543 | |
| 544 | // uint16P implements the Uint16P interface. |
| 545 | type uint16P struct { |
| 546 | P |
| 547 | done func(string) |
| 548 | } |
| 549 | |
| 550 | func (p *uint16P) Field(name string) P { |
| 551 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected