MCPcopy
hub / github.com/garrytan/gstack / begin

Method begin

make-pdf/src/orchestrator.ts:51–55  ·  view source on GitHub ↗
(stage: string)

Source from the content-addressed store, hash-verified

49 this.totalStart = Date.now();
50 }
51 begin(stage: string): void {
52 this.stageStart.set(stage, Date.now());
53 if (this.quiet) return;
54 process.stderr.write(`\r\x1b[K${stage}...`);
55 }
56 end(stage: string, extra?: string): void {
57 const start = this.stageStart.get(stage) ?? Date.now();
58 const ms = Date.now() - start;

Callers 2

generateFunction · 0.95
previewFunction · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected