()
| 21 | } |
| 22 | |
| 23 | func newTestSymbolLoader() *testSymbolLoader { |
| 24 | return &testSymbolLoader{lookups: make(map[string]*testSymbolLookup)} |
| 25 | } |
| 26 | |
| 27 | func (l *testSymbolLoader) Open(file pluginFile, host *Host) (pluginClient, error) { |
| 28 | l.openCalls++ |
no outgoing calls
no test coverage detected