Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
101
export
function
getChalk(): ChalkInstance {
102
return
cliChalk
103
}
104
105
/**
106
/**
Callers
15
output.test.ts
File · 0.90
renderStreamOutput
Function · 0.90
renderDataOutput
Function · 0.90
renderErrorOutput
Function · 0.90
createProgram
Function · 0.90
registerCommands
Function · 0.90
openDeepnoteFileInCloud
Function · 0.90
createProgressBar
Function · 0.90
displayMetrics
Function · 0.90
displayProfileSummary
Function · 0.90
emitInitResolverWarnings
Function · 0.90
printDiff
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected