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

Class DatabaseSession

backend/src/psql/session.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(FromRow, Clone, Debug)]
10pub struct DatabaseSession {
11 pub session_id: String,
12}
13
14pub struct CreateSessionResult {
15 pub alerts: Vec<Alert>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected