Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deepnote/deepnote
/ warn
Function
warn
packages/cli/src/output.ts:144–146 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
142
* (e.g. machine-readable JSON).
143
*/
144
export
function
warn(message: string): void {
145
console.error(cliChalk.yellow(message))
146
}
147
148
/**
149
* Output data as JSON (
for
machine-readable output).
Callers
1
createLintAction
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected