| 11 | ) |
| 12 | |
| 13 | type funcCallVisitor struct { |
| 14 | catalog *catalog.Catalog |
| 15 | settings config.CombinedSettings |
| 16 | err error |
| 17 | } |
| 18 | |
| 19 | func (v *funcCallVisitor) Visit(node ast.Node) astutils.Visitor { |
| 20 | if v.err != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected