MCPcopy 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

constructorMethod · 0.95
initMethod · 0.95
destroyMethod · 0.95
createSessionMethod · 0.95
loadSessionMethod · 0.95
addUserMessageMethod · 0.95
addAssistantMessageMethod · 0.95
addSystemMessageMethod · 0.95
addToolCallMethod · 0.95
updateToolStateMethod · 0.95
updateWorkspaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected