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

Class CreateSessionResult

backend/src/psql/session.rs:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14pub struct CreateSessionResult {
15 pub alerts: Vec<Alert>,
16 pub user: user::Row,
17 pub session_id: String,
18 pub personal_repo_ids: Vec<RepoId>,
19}
20
21pub struct CreateGithubSession {
22 input: CreateGithubSessionInput,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected