Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
pub mod simulation;
17
18
pub struct SharedSimulationState {
19
pub evms: Arc<DashMap<Uuid, Arc<Mutex<Evm>>>>,
20
}
21
22
pub fn simulate_routes(
23
config: Config,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected