MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / PropertyAccess

Class PropertyAccess

graphlite/src/ast/ast.rs:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545/// Property access: object.property
546#[derive(Debug, Clone, Serialize, Deserialize)]
547pub struct PropertyAccess {
548 pub object: String,
549 pub property: String,
550 pub location: Location,
551}
552
553/// Variable: $name
554#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 3

from_path_patternMethod · 0.85
expand_select_itemsMethod · 0.85
tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected