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

Method findRootDrawer

src/ide.ts:3100–3102  ·  view source on GitHub ↗
(args:any, callback:(args:FindRootDrawerArgs) => void)

Source from the content-addressed store, hash-verified

3098 }
3099
3100 findRootDrawer(args:any, callback:(args:FindRootDrawerArgs) => void) {
3101 this.send("findRootDrawers", args || {}, callback);
3102 }
3103
3104 unpackRootDrawer(callback:(args:RootDrawerRecord[]) => void) {
3105 return (message:FindRootDrawerArgs) => {

Callers 1

IDEClass · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected