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

Class CompleteRegistration

backend/src/psql/registration.rs:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use crate::prelude::*;
5
6pub struct CompleteRegistration<'s> {
7 login: &'s str,
8 user: &'s user::Row,
9}
10
11impl<'s> CompleteRegistration<'s> {
12 pub fn new(user: &'s user::Row, login: &'s str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected