MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / session_count

Method session_count

graphlite/src/session/global_provider.rs:177–181  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175 }
176
177 fn session_count(&self) -> usize {
178 self.get_manager()
179 .map(|mgr| mgr.session_count())
180 .unwrap_or(0)
181 }
182
183 fn invalidate_sessions_for_graph(&self, graph_name: &str) -> usize {
184 self.get_manager()

Callers

nothing calls this directly

Calls 1

get_managerMethod · 0.80

Tested by

no test coverage detected