Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blukai/haste
/ state
Method
state
examples/messagehandler-experiment/handler.rs:83–85 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
81
}
82
83
pub fn state(&self) -> &S {
84
&self.state
85
}
86
}
87
88
impl<S> Visitor for &mut HandlerVisitor<S> {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected