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

Class Test

src/speech.rs:1439–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1437
1438#[derive(Debug, Clone)]
1439struct Test {
1440 condition: Option<MyXPath>,
1441 then_part: Option<TestOrReplacements>,
1442 else_part: Option<TestOrReplacements>,
1443}
1444impl fmt::Display for Test {
1445 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1446 write!(f, "test: [ ")?;

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected