| 14 | const log = Log.create({ service: "lsp.server" }) |
| 15 | |
| 16 | export interface Handle { |
| 17 | process: ChildProcessWithoutNullStreams |
| 18 | initialization?: Record<string, any> |
| 19 | } |
| 20 | |
| 21 | type RootFunction = (file: string) => Promise<string | undefined> |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected