Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ isAvailable
Method
isAvailable
src/agent/LLMManager.ts:115–117 ·
view source on GitHub ↗
* 检查 LLM 是否可用
()
Source
from the content-addressed store, hash-verified
113
* 检查 LLM 是否可用
114
*/
115
public isAvailable(): boolean {
116
return
!!this.llm && this.isInitialized;
117
}
118
119
/**
120
* 获取 LLM 提供商名称
Callers
4
getStatus
Method · 0.95
ensureLLMAvailable
Method · 0.95
hasLLM
Method · 0.80
smartChat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected