MCPcopy Create free account
hub / github.com/EnsoBuild/temper / SharedSimulationState

Class SharedSimulationState

src/lib.rs:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16pub mod simulation;
17
18pub struct SharedSimulationState {
19 pub evms: Arc<DashMap<Uuid, Arc<Mutex<Evm>>>>,
20}
21
22pub fn simulate_routes(
23 config: Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected