MCPcopy Create free account
hub / github.com/arctic-cli/interface / Handle

Interface Handle

packages/arctic/src/lsp/server.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected