MCPcopy Create free account
hub / github.com/Botloader/botloader / OptionalSession

Class OptionalSession

components/webapi/src/middlewares/mw_session.rs:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39#[derive(Clone)]
40pub struct OptionalSession(Option<LoggedInSession>);
41
42impl Deref for OptionalSession {
43 type Target = Option<LoggedInSession>;

Callers 1

session_mwFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected