(id TypeID)
| 474 | } |
| 475 | |
| 476 | func (setup checkerSetup) resolveTypeHandle(id TypeID) (*checker.Type, error) { |
| 477 | return setup.sd.resolveTypeHandle(setup.projectID, id) |
| 478 | } |
| 479 | |
| 480 | func (setup checkerSetup) resolveSymbolHandle(id SymbolID) (*ast.Symbol, error) { |
| 481 | return setup.sd.resolveSymbolHandle(id) |
nothing calls this directly
no test coverage detected