Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getComponentIds
Method
getComponentIds
src/agent/ComponentManager.ts:186–188 ·
view source on GitHub ↗
* 获取所有组件ID
()
Source
from the content-addressed store, hash-verified
184
* 获取所有组件ID
185
*/
186
public getComponentIds(): string[] {
187
return
Array.from(this.components.keys());
188
}
189
190
/**
191
* 获取所有组件
Callers
1
getStatus
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected