MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / stop

Method stop

src/plugins/server/index.d.ts:2–2  ·  view source on GitHub ↗
(onSuccess: () => void, onError: (error: any) => void)

Source from the content-addressed store, hash-verified

1interface Server{
2 stop(onSuccess: () => void, onError: (error: any) => void): void;
3 send(id: string, data: any, onSuccess: () => void, onError: (error: any) => void): void;
4 port: number;
5}

Callers 8

startServerFunction · 0.65
#initializeClientMethod · 0.65
ensureServerRunningFunction · 0.65
stopManagedServerFunction · 0.65
runExecutorTestsFunction · 0.65
onCloseMethod · 0.65
stopMethod · 0.65

Implementers 1

Serversrc/plugins/server/src/android/com/fox

Calls

no outgoing calls

Tested by

no test coverage detected