Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ error
Method
error
packages/llm-info/src/simple_logger.ts:50–52 ·
view source on GitHub ↗
(message: string, ...args: any[])
Source
from the content-addressed store, hash-verified
48
}
49
50
error(message: string, ...args: any[]) {
51
this._log(
"error"
, message, ...args);
52
}
53
54
debug(message: string, ...args: any[]) {
55
this._log(
"debug"
, message, ...args);
Callers
7
ensureDirectoryExists
Function · 0.45
loadAndValidateModels
Function · 0.45
loadAndValidateProviders
Function · 0.45
main
Function · 0.45
main
Function · 0.45
sync-models.ts
File · 0.45
_log
Method · 0.45
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected