Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ warn
Method
warn
packages/llm-info/src/simple_logger.ts:46–48 ·
view source on GitHub ↗
(message: string, ...args: any[])
Source
from the content-addressed store, hash-verified
44
}
45
46
warn(message: string, ...args: any[]) {
47
this._log(
"warn"
, message, ...args);
48
}
49
50
error(message: string, ...args: any[]) {
51
this._log(
"error"
, message, ...args);
Callers
15
_log
Method · 0.80
parseProviders
Function · 0.80
parseModelsDev
Function · 0.80
parseArgsKwargs
Function · 0.80
parseSQLStatement
Function · 0.80
mount
Function · 0.80
mount.tsx
File · 0.80
scroll
Function · 0.80
storage.ts
File · 0.80
handleDragEnd
Function · 0.80
resolveDropTarget
Function · 0.80
CellActionsContextMenu
Function · 0.80
Calls
1
_log
Method · 0.95
Tested by
5
test_cross_cell_cache_with_external_state
Method · 0.64
test_cross_cell_cache_with_external_ui
Method · 0.64
test_rerun_update
Method · 0.64
test_async_cache_with_external_state
Method · 0.64
_wait_for
Function · 0.64