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

Method send

src/ide.ts:3129–3136  ·  view source on GitHub ↗
(type:string, args:any, callback:any)

Source from the content-addressed store, hash-verified

3127 }
3128
3129 send(type:string, args:any, callback:any) {
3130 let id = LanguageService._requestId++;
3131 args.requestId = id;
3132 this._listeners[id] = callback;
3133 args.type = type;
3134 //console.log("SENT", args);
3135 client.send(args);
3136 }
3137
3138 handleMessage = (message) => {
3139 let type = message.type;

Callers 8

findSourceMethod · 0.95
findRelatedMethod · 0.95
findValueMethod · 0.95
findCardinalityMethod · 0.95
findAffectorMethod · 0.95
findFailureMethod · 0.95
findRootDrawerMethod · 0.95
findPerformanceMethod · 0.95

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected