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

Class Dict

parser/src/ast.rs:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480
481#[derive(Debug, Clone)]
482pub struct Dict {
483 pub node: Node,
484 pub keys: Vec<Expression>,
485 pub values: Vec<Expression>,
486}
487
488#[derive(Debug, Clone)]
489pub struct Set {

Callers 2

parse_dict_or_setMethod · 0.85
parse_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected