MCPcopy
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

ensureDirectoryExistsFunction · 0.45
loadAndValidateModelsFunction · 0.45
loadAndValidateProvidersFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
sync-models.tsFile · 0.45
_logMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected