MCPcopy Create free account
hub / github.com/garrytan/gstack /

Class

make-pdf/src/orchestrator.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39import { applyImagePolicy } from "./image-policy";
40
41class ProgressReporter {
42 private readonly quiet: boolean;
43 private readonly verbose: boolean;
44 private readonly stageStart = new Map<string, number>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected