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

Class StatefulSimulationEndResponse

src/simulation.rs:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
74pub struct StatefulSimulationEndResponse {
75 pub success: bool,
76}
77
78#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
79pub struct StateOverride {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected