Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getContextComponent
Method
getContextComponent
src/agent/Agent.ts:592–594 ·
view source on GitHub ↗
* 获取上下文组件
()
Source
from the content-addressed store, hash-verified
590
* 获取上下文组件
591
*/
592
public getContextComponent(): ContextComponent | undefined {
593
return
this.getComponent<ContextComponent>(
'context'
);
594
}
595
596
/**
597
* 获取 MCP 组件
Callers
7
createContextSession
Method · 0.95
loadContextSession
Method · 0.95
getCurrentSessionId
Method · 0.95
searchContextSessions
Method · 0.95
chatWithContext
Method · 0.95
smartChatWithContext
Method · 0.95
getContextStats
Method · 0.95
Calls
1
getComponent
Method · 0.95
Tested by
no test coverage detected