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

Method log

src/agent/LLMManager.ts:315–319  ·  view source on GitHub ↗

* 日志记录

(message: string)

Source from the content-addressed store, hash-verified

313 * 日志记录
314 */
315 private log(message: string): void {
316 if (this.debug) {
317 console.log(`[LLMManager] ${message}`);
318 }
319 }
320}

Callers 7

configureMethod · 0.95
initMethod · 0.95
destroyMethod · 0.95
chatMethod · 0.95
conversationMethod · 0.95
streamChatMethod · 0.95
askMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected