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

Method log

src/agent/ComponentManager.ts:365–369  ·  view source on GitHub ↗

* 日志记录

(message: string)

Source from the content-addressed store, hash-verified

363 * 日志记录
364 */
365 private log(message: string): void {
366 if (this.config.debug) {
367 console.log(`[ComponentManager] ${message}`);
368 }
369 }
370}

Callers 5

initMethod · 0.95
destroyMethod · 0.95
registerComponentMethod · 0.95
removeComponentMethod · 0.95
restartComponentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected