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

Method findValue

src/ide.ts:3034–3036  ·  view source on GitHub ↗
(args:FindValueArgs, callback:(args:FindValueArgs) => void)

Source from the content-addressed store, hash-verified

3032 }
3033
3034 findValue(args:FindValueArgs, callback:(args:FindValueArgs) => void) {
3035 this.send("findValue", args, callback);
3036 }
3037
3038 unpackValue(callback:(args:ValueRecord[]) => void) {
3039 return (message:FindValueArgs) => {

Callers 2

IDEClass · 0.80
handleEventFunction · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected