MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / proceed

Method proceed

src/modules/types/dino.types.ts:8–8  ·  view source on GitHub ↗
(result: any)

Source from the content-addressed store, hash-verified

6 context?: any;
7 result?: any;
8 proceed?(result: any): void;
9 throw?(err: Error): void;
10}
11

Callers 5

proceedCbMethod · 0.80
getIdMethod · 0.80
imageIdMethod · 0.80
getNameMethod · 0.80

Calls

no outgoing calls

Tested by 1

proceedCbMethod · 0.64