MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / start

Method start

src/backend/backend.ts:62–62  ·  view source on GitHub ↗
(runToStart: boolean)

Source from the content-addressed store, hash-verified

60 attach(cwd: string, executable: string, target: string, autorun: string[]): Thenable<any>;
61 connect(cwd: string, executable: string, target: string, autorun: string[]): Thenable<any>;
62 start(runToStart: boolean): Thenable<boolean>;
63 stop();
64 detach();
65 interrupt(): Thenable<boolean>;

Callers 1

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected