Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cherryramatisdev/regexer
/ RootView
Class
RootView
cli/src/tui/tui.rs:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
struct RootView {
16
state: RootState,
17
}
18
19
impl View for RootView {
20
type State = RootState;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected