Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
destroy
Method · 0.95
registerComponent
Method · 0.95
removeComponent
Method · 0.95
restartComponent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected