MCPcopy Index your code
hub / github.com/AI45Lab/Code / session_store

Method session_store

core/src/agent_api.rs:1061–1063  ·  view source on GitHub ↗

The session's persistence store, if one is configured — needed by the resumable orchestration combinator to journal workflow progress.

(&self)

Source from the content-addressed store, hash-verified

1059 /// The session's persistence store, if one is configured — needed by the
1060 /// resumable orchestration combinator to journal workflow progress.
1061 pub fn session_store(&self) -> Option<Arc<dyn crate::store::SessionStore>> {
1062 self.session_store.clone()
1063 }
1064
1065 /// Return the definitions of all tools currently registered in this session.
1066 ///

Callers 2

parallel_resumableMethod · 0.80
parallel_resumableMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected