Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
185
pub struct Delete {
186
pub node: Node,
187
pub targets: Vec<Expression>,
188
}
189
190
#[derive(Debug, Clone)]
191
pub struct Return {
Callers
1
parse_del_statement
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected