MCPcopy
hub / github.com/deepnote/deepnote / getChalk

Function getChalk

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

Source from the content-addressed store, hash-verified

99 * Uses a CLI-specific instance to avoid modifying global chalk state.
100 */
101export function getChalk(): ChalkInstance {
102 return cliChalk
103}
104
105/**
106/**

Callers 15

output.test.tsFile · 0.90
renderStreamOutputFunction · 0.90
renderDataOutputFunction · 0.90
renderErrorOutputFunction · 0.90
createProgramFunction · 0.90
registerCommandsFunction · 0.90
openDeepnoteFileInCloudFunction · 0.90
createProgressBarFunction · 0.90
displayMetricsFunction · 0.90
displayProfileSummaryFunction · 0.90
emitInitResolverWarningsFunction · 0.90
printDiffFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected