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

Class Variable

graphlite/src/ast/ast.rs:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553/// Variable: $name
554#[derive(Debug, Clone, Serialize, Deserialize)]
555pub struct Variable {
556 pub name: String,
557 pub location: Location,
558}
559
560/// Parameter: $identifier (ISO GQL compliant)
561#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 10

create_join_keysMethod · 0.85
expand_select_itemsMethod · 0.85
function_callFunction · 0.85
tokenFunction · 0.85

Calls

no outgoing calls

Tested by 1