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

Method new

backend/src/psql/session.rs:26–28  ·  view source on GitHub ↗
(input: CreateGithubSessionInput)

Source from the content-addressed store, hash-verified

24
25impl CreateGithubSession {
26 pub fn new(input: CreateGithubSessionInput) -> Self {
27 Self { input }
28 }
29
30 pub async fn call(&self, pool: &PgPool) -> Result<CreateSessionResult> {
31 // The actor in this case is the downstream server, whose identity was verified by comparing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected