Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
482
pub struct Dict {
483
pub node: Node,
484
pub keys: Vec<Expression>,
485
pub values: Vec<Expression>,
486
}
487
488
#[derive(Debug, Clone)]
489
pub struct Set {
Callers
2
parse_dict_or_set
Method · 0.85
parse_dict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected