int16P implements the Int16P interface.
| 1123 | |
| 1124 | // int16P implements the Int16P interface. |
| 1125 | type int16P struct { |
| 1126 | P |
| 1127 | done func(string) |
| 1128 | } |
| 1129 | |
| 1130 | func (p *int16P) Field(name string) P { |
| 1131 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected