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

Method findFailure

src/ide.ts:3086–3088  ·  view source on GitHub ↗
(args:FindFailureArgs, callback:(args:FindFailureArgs) => void)

Source from the content-addressed store, hash-verified

3084 }
3085
3086 findFailure(args:FindFailureArgs, callback:(args:FindFailureArgs) => void) {
3087 this.send("findFailure", args, callback);
3088 }
3089
3090 unpackFailure(callback:(args:FailureRecord[]) => void) {
3091 return (message:FindFailureArgs) => {

Callers 2

IDEClass · 0.80
handleEventFunction · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected