MCPcopy
hub / github.com/deepnote/deepnote / getOutputConfig

Function getOutputConfig

packages/cli/src/output.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 * Returns a copy to prevent external mutations from affecting internal state.
46 */
47export function getOutputConfig(): Readonly<OutputConfig> {
48 return { ...currentConfig }
49}
50
51/**
52 * Update the output configuration.

Callers 7

output.test.tsFile · 0.90
createProgramFunction · 0.90
createConvertActionFunction · 0.90
convertFromDeepnoteFunction · 0.90
highlightContentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected