MCPcopy
hub / github.com/deepnote/deepnote / log

Function log

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

Source from the content-addressed store, hash-verified

116 * Use this for status/progress messages that can be suppressed.
117 */
118export function log(message: string): void {
119 if (!currentConfig.quiet) {
120 console.log(message)
121 }
122}
123
124/**
125 * Log a debug message (only shown in debug mode).

Callers 8

output.test.tsFile · 0.90
emitInitResolverWarningsFunction · 0.90
setupProjectFunction · 0.90
startExecutionEngineFunction · 0.90
pullIntegrationsFunction · 0.90
createIntegrationFunction · 0.90
editIntegrationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected