Analyzer is an autogenerated mock type for the Analyzer type
| 7 | |
| 8 | // Analyzer is an autogenerated mock type for the Analyzer type |
| 9 | type Analyzer struct { |
| 10 | mock.Mock |
| 11 | } |
| 12 | |
| 13 | // Analyze provides a mock function with given fields: |
| 14 | func (_m *Analyzer) Analyze() (map[string]*analyzer.NodeInfo, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected