uint32P implements the Uint32P interface.
| 659 | |
| 660 | // uint32P implements the Uint32P interface. |
| 661 | type uint32P struct { |
| 662 | P |
| 663 | done func(string) |
| 664 | } |
| 665 | |
| 666 | func (p *uint32P) Field(name string) P { |
| 667 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected