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

Class AtLocationStatement

graphlite/src/ast/ast.rs:1109–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107/// AT location statement for procedure execution context
1108#[derive(Debug, Clone, Serialize, Deserialize)]
1109pub struct AtLocationStatement {
1110 pub location_path: CatalogPath,
1111 pub statements: Vec<Statement>,
1112 pub location: Location,
1113}
1114
1115/// Graph expressions for session context
1116#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected