MCPcopy Create free account
hub / github.com/emwalker/digraph / delete_session

Method delete_session

backend/src/store.rs:118–122  ·  view source on GitHub ↗
(&self, session_id: String)

Source from the content-addressed store, hash-verified

116 }
117
118 pub async fn delete_session(&self, session_id: String) -> Result<psql::DeleteSessionResult> {
119 psql::DeleteSession::new(self.viewer.clone(), session_id)
120 .call(&self.db)
121 .await
122 }
123
124 pub async fn delete_topic(
125 &self,

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected