MCPcopy
hub / github.com/witheve/Eve / send

Method send

src/runtime/databases/browserSession.ts:13–13  ·  view source on GitHub ↗
(json: string)

Source from the content-addressed store, hash-verified

11
12interface BrowserClient {
13 send(json: string);
14}
15
16export class BrowserEventDatabase extends Database {

Callers 15

socketSendMethod · 0.65
initIDEFunction · 0.65
client.tsFile · 0.65
writeToGistFunction · 0.65
readFromGistFunction · 0.65
updateViewsMethod · 0.65
sendMethod · 0.65
eFunction · 0.65
loadFunction · 0.65
makeEvaluationFunction · 0.65
sendErrorsFunction · 0.65
handleEventFunction · 0.65

Implementers 8

EveClientsrc/client.ts
LanguageServicesrc/ide.ts
NoopPerformanceTrackersrc/runtime/performance.ts
PerformanceTrackersrc/runtime/performance.ts
WebworkerRuntimeClientsrc/runtime/webworker.ts
BrowserRuntimeClientsrc/runtime/browser.ts
HTTPRuntimeClientsrc/runtime/server.ts
SocketRuntimeClientsrc/runtime/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected