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

Method findSource

src/ide.ts:3004–3006  ·  view source on GitHub ↗
(args:FindSourceArgs, callback:(args:FindSourceArgs) => void)

Source from the content-addressed store, hash-verified

3002 protected _listeners:{[requestId:number]: (args:any) => void} = {};
3003
3004 findSource(args:FindSourceArgs, callback:(args:FindSourceArgs) => void) {
3005 this.send("findSource", args, callback);
3006 }
3007
3008 unpackSource(callback:(args:SourceRecord[]) => void) {
3009 return (message:FindSourceArgs) => {

Callers 2

IDEClass · 0.80
handleEventFunction · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected