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

Function warn

make-pdf/src/orchestrator.ts:128–130  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

126 // The bundle tab is lazy: image-only documents open it only when a raster
127 // actually needs print-resolution downscaling (eng-review D4).
128 const warn = (msg: string) => {
129 if (!opts.quiet) process.stderr.write(`\r\x1b[K[make-pdf] warning: ${msg}\n`);
130 };
131 let renderTab: RenderTab | null = null;
132 let hasLandscape = false;
133 const getRenderTab = (): RenderTab | null => {

Callers 4

getRenderTabFunction · 0.85
generateFunction · 0.85
renderFenceSlotsFunction · 0.85
rasterizeDiagramFiguresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected