Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ log
Method
log
src/agent/ContextComponent.ts:410–414 ·
view source on GitHub ↗
* 记录日志
(message: string)
Source
from the content-addressed store, hash-verified
408
* 记录日志
409
*/
410
private log(message: string): void {
411
if
(this.config.debug) {
412
console.log(`[ContextComponent] ${message}`);
413
}
414
}
415
}
Callers
11
constructor
Method · 0.95
init
Method · 0.95
destroy
Method · 0.95
createSession
Method · 0.95
loadSession
Method · 0.95
addUserMessage
Method · 0.95
addAssistantMessage
Method · 0.95
addSystemMessage
Method · 0.95
addToolCall
Method · 0.95
updateToolState
Method · 0.95
updateWorkspace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected