MCPcopy Create free account
hub / github.com/echoVic/blade-code / error

Method error

src/agent/ToolComponent.ts:378–380  ·  view source on GitHub ↗

* 记录错误

(message: string, error?: any)

Source from the content-addressed store, hash-verified

376 * 记录错误
377 */
378 private error(message: string, error?: any): void {
379 console.error(`[ToolComponent] ${message}`, error || '');
380 }
381}

Callers 3

initMethod · 0.95
destroyMethod · 0.95
callToolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected