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

Class Delete

parser/src/ast.rs:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184#[derive(Debug, Clone)]
185pub struct Delete {
186 pub node: Node,
187 pub targets: Vec<Expression>,
188}
189
190#[derive(Debug, Clone)]
191pub struct Return {

Callers 1

parse_del_statementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected