MCPcopy Create free account
hub / github.com/cherryramatisdev/regexer / RootState

Class RootState

cli/src/tui/tui.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, State)]
9struct RootState {
10 input: StateValue<String>,
11 cursor_pos: StateValue<usize>,
12 output: StateValue<String>,
13}
14
15struct RootView {
16 state: RootState,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected