(importPath: string)
| 496 | |
| 497 | return { |
| 498 | function: dumpedFunction, |
| 499 | references, |
| 500 | }; |
| 501 | } |
| 502 | |
| 503 | async getEnumAST(fileName: string, position: number): Promise<DumpEnumResponseBody> { |
| 504 | const openedFile = this.getOpenedFile(fileName); |
nothing calls this directly
no test coverage detected