MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / get_state

Method get_state

src/store/mod.rs:23–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

21 }
22
23 pub fn get_state(&self) -> T {
24 self.state.borrow().clone()
25 }
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected