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

Class CatalogPath

graphlite/src/ast/ast.rs:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724/// Catalog path for referencing objects
725#[derive(Debug, Clone, Serialize, Deserialize)]
726pub struct CatalogPath {
727 pub segments: Vec<String>,
728 pub location: Location,
729}
730
731impl CatalogPath {
732 pub fn new(segments: Vec<String>, location: Location) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected