Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
40
pub struct OptionalSession(Option<LoggedInSession>);
41
42
impl Deref for OptionalSession {
43
type Target = Option<LoggedInSession>;
Callers
1
session_mw
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected