MCPcopy
hub / github.com/toeverything/AFFiNE / execute

Method execute

tools/cli/src/build.ts:6–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 static override paths = [['build'], ['b']];
5
6 async execute() {
7 const args: string[] = [];
8
9 if (this.deps) {
10 args.push('--deps', '--wait-deps');
11 }
12
13 args.push(this.package, 'build');
14
15 await this.cli.run(args);
16 }
17}

Callers

nothing calls this directly

Calls 2

pushMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected