MCPcopy Create free account
hub / github.com/Glyphack/enderpy / Assert

Class Assert

parser/src/ast.rs:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172#[derive(Debug, Clone)]
173pub struct Assert {
174 pub node: Node,
175 pub test: Expression,
176 pub msg: Option<Expression>,
177}
178
179#[derive(Debug, Clone)]
180pub struct Pass {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected