MCPcopy
hub / github.com/continuedev/continue / configureConsoleForHeadless

Function configureConsoleForHeadless

extensions/cli/src/init.ts:86–91  ·  view source on GitHub ↗
(headless: boolean)

Source from the content-addressed store, hash-verified

84 * and provides the safe output functions
85 */
86export function configureConsoleForHeadless(headless: boolean): void {
87 isHeadlessModeConfigured = headless;
88
89 // init.ts should have already handled the blocking if in headless mode
90 // This function now mainly exists for compatibility and state tracking
91}
92
93/**
94 * Safe stdout output that bypasses all overrides

Callers 2

index.tsFile · 0.85
reviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected