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

Method state

cli/src/tui/tui.rs:66–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64 }
65
66 fn state(&self) -> &dyn State {
67 &self.state
68 }
69}
70
71pub fn call() -> anyhow::Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected