int32P implements the Int32P interface.
| 1239 | |
| 1240 | // int32P implements the Int32P interface. |
| 1241 | type int32P struct { |
| 1242 | P |
| 1243 | done func(string) |
| 1244 | } |
| 1245 | |
| 1246 | func (p *int32P) Field(name string) P { |
| 1247 | p.done(name) |
nothing calls this directly
no outgoing calls
no test coverage detected