MCPcopy Create free account
hub / github.com/daisy/MathCAT / SetVariables

Class SetVariables

src/speech.rs:669–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667// the variables are global and are placed in the base context and never popped off
668#[derive(Debug, Clone)]
669struct SetVariables {
670 variables: VariableDefinitions, // variables and values
671}
672
673impl fmt::Display for SetVariables {
674 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected