MCPcopy
hub / github.com/deepnote/deepnote / setOutputConfig

Function setOutputConfig

packages/cli/src/output.ts:54–60  ·  view source on GitHub ↗
(config: Partial<OutputConfig>)

Source from the content-addressed store, hash-verified

52 * Update the output configuration.
53 */
54export function setOutputConfig(config: Partial<OutputConfig>): void {
55 currentConfig = { ...currentConfig, ...config }
56
57 // Create new chalk instance with appropriate color level
58 // This avoids modifying the global chalk instance
59 cliChalk = new Chalk({ level: currentConfig.color ? undefined : 0 })
60}
61
62/**
63 * Reset output configuration to defaults.

Callers 10

output.test.tsFile · 0.90
createProgramFunction · 0.90
lint.test.tsFile · 0.90
split.test.tsFile · 0.90
convert.test.tsFile · 0.90
inspect.test.tsFile · 0.90
dag.test.tsFile · 0.90
stats.test.tsFile · 0.90
diff.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected