MCPcopy
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

_logMethod · 0.80
parseProvidersFunction · 0.80
parseModelsDevFunction · 0.80
parseArgsKwargsFunction · 0.80
parseSQLStatementFunction · 0.80
mountFunction · 0.80
mount.tsxFile · 0.80
scrollFunction · 0.80
storage.tsFile · 0.80
handleDragEndFunction · 0.80
resolveDropTargetFunction · 0.80
CellActionsContextMenuFunction · 0.80

Calls 1

_logMethod · 0.95