MCPcopy
hub / github.com/donmccurdy/glTF-Transform / run

Method run

packages/cli/src/program.ts:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 return this;
82 }
83 run(): this {
84 _program.run();
85 return this;
86 }
87 async exec(args: unknown[], options?: IExecOptions): Promise<void> {
88 // biome-ignore lint/suspicious/noExplicitAny: TODO
89 await _program.exec(args as any, options as any);

Callers 3

transformMethod · 0.80
cli.jsFile · 0.80
benchmark.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected