(m *service.MethodData, def string)
| 302 | } |
| 303 | |
| 304 | func responseStructPkg(m *service.MethodData, def string) string { |
| 305 | if m.ResultLoc != nil { |
| 306 | return m.ResultLoc.PackageName() |
| 307 | } |
| 308 | return def |
| 309 | } |
nothing calls this directly
no test coverage detected