uint64P implements the Uint64P interface.
| 775 | |
| 776 | // uint64P implements the Uint64P interface. |
| 777 | type uint64P struct { |
| 778 | P |
| 779 | done func(string) |
| 780 | } |
| 781 | |
| 782 | func (p *uint64P) Field(name string) P { |
| 783 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected