MCPcopy Index your code
hub / github.com/toeverything/AFFiNE / execute

Method execute

tools/cli/src/dev.ts:23–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 });
22
23 async execute() {
24 const name = await this.getPackage();
25 const args = [];
26
27 if (this.deps) {
28 args.push('--deps');
29 }
30
31 args.push(name, 'dev');
32
33 await this.cli.run(args);
34 }
35}

Callers

nothing calls this directly

Calls 3

getPackageMethod · 0.80
pushMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected