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

Method log

src/agent/ToolComponent.ts:369–373  ·  view source on GitHub ↗

* 记录日志

(message: string, data?: any)

Source from the content-addressed store, hash-verified

367 * 记录日志
368 */
369 private log(message: string, data?: any): void {
370 if (this.config.debug) {
371 console.log(`[ToolComponent] ${message}`, data || '');
372 }
373 }
374
375 /**
376 * 记录错误

Callers 5

initMethod · 0.95
destroyMethod · 0.95
registerToolMethod · 0.95
callToolMethod · 0.95
applyFiltersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected