Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ memory
Method
memory
core/src/agent_api/session_view.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
}
26
27
pub(super) fn memory(&self) -> Option<&'a Arc<crate::memory::AgentMemory>> {
28
self.session.memory.as_ref()
29
}
30
31
pub(super) fn id(&self) -> &'a str {
32
&self.session.session_id
Callers
1
test_memory_remember_and_recall
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_memory_remember_and_recall
Function · 0.36