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

Class List

parser/src/ast.rs:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469#[derive(Debug, Clone)]
470pub struct List {
471 pub node: Node,
472 pub elements: Vec<Expression>,
473}
474
475#[derive(Debug, Clone)]
476pub struct Tuple {

Callers 2

parse_listMethod · 0.85
parse_targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected