MCPcopy
hub / github.com/deepnote/deepnote / output

Function output

packages/cli/src/output.ts:110–112  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

108 * Use this for essential command output that shouldn't be suppressed.
109 */
110export function output(message: string): void {
111 console.log(message)
112}
113
114/**
115 * Log a message (respects quiet mode).

Callers 15

output.test.tsFile · 0.90
renderDataOutputFunction · 0.90
registerCommandsFunction · 0.90
progressFunction · 0.90
displayMetricsFunction · 0.90
displayProfileSummaryFunction · 0.90
printDiffFunction · 0.90
printContentDiffFunction · 0.90
outputDagShowFunction · 0.90
renderTreeNodeFunction · 0.90
outputDagVarsFunction · 0.90
outputDagDownstreamFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected