Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
configure
Method · 0.95
init
Method · 0.95
destroy
Method · 0.95
chat
Method · 0.95
conversation
Method · 0.95
streamChat
Method · 0.95
ask
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected