MCPcopy Index your code
hub / github.com/witheve/Eve / sendEvent

Method sendEvent

src/client.ts:200–207  ·  view source on GitHub ↗
(records:any[])

Source from the content-addressed store, hash-verified

198 }
199
200 sendEvent(records:any[]) {
201 if(!records || !records.length) return;
202 let eavs = [];
203 for(let record of records) {
204 eavs.push.apply(eavs, recordToEAVs(record));
205 }
206 this.send({type: "event", insert: eavs})
207 }
208
209 injectNotice(type:string, message:string) {
210 if(this.ide) {

Callers 6

onHashChangeFunction · 0.80
renderer.tsFile · 0.80
NavigatorClass · 0.80
IDEClass · 0.80
toggleInspectingMethod · 0.80

Calls 3

sendMethod · 0.95
recordToEAVsFunction · 0.85
applyMethod · 0.45

Tested by

no test coverage detected