Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ has_memory
Method
has_memory
sdk/node/src/lib.rs:4580–4582 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
4578
/// Check if memory is configured for this session.
4579
#[napi(getter)]
4580
pub fn has_memory(&self) -> bool {
4581
self.inner.memory().is_some()
4582
}
4583
4584
/// Remember a successful task execution.
4585
///
Callers
nothing calls this directly
Calls
1
memory
Method · 0.45
Tested by
no test coverage detected