Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
173
pub struct Assert {
174
pub node: Node,
175
pub test: Expression,
176
pub msg: Option<Expression>,
177
}
178
179
#[derive(Debug, Clone)]
180
pub struct Pass {
Callers
1
parse_assert_statement
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected