Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kethku/Pando
/ deref
Method
deref
aspen/src/context_stack/context.rs:23–24 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
21
type Target = EventState;
22
23
fn deref(&self) -> &Self::Target { self.event_state
24
}
25
}
26
27
impl<
'a> Context<'
a> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected