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

Method send

src/plugins/server/index.d.ts:3–3  ·  view source on GitHub ↗
(id: string, data: any, 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}
6

Callers 15

broadcastFunction · 0.65
ajaxFunction · 0.65
errorFunction · 0.65
sendFileFunction · 0.65
sendTextFunction · 0.65
startProcessMethod · 0.65
execMethod · 0.65
writeToProcessMethod · 0.65
stopProcessMethod · 0.65
isProcessRunningMethod · 0.65
listProcessesMethod · 0.65
onOpenMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected