MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / stop

Method stop

src/debug/run_daemon.ts:106–108  ·  view source on GitHub ↗
(appId: string)

Source from the content-addressed store, hash-verified

104 }
105
106 public stop(appId: string): Thenable<UnknownResponse> {
107 return this.sendRequest("app.stop", { appId });
108 }
109
110 public callServiceExtension(appId: string, methodName: string, params: any): Promise<any> {
111 return this.sendRequest("app.callServiceExtension", { appId, methodName, params });

Callers 2

terminateMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected