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

Method name

graphlite/src/ast/ast.rs:737–739  ·  view source on GitHub ↗

Get the last segment as the name

(&self)

Source from the content-addressed store, hash-verified

735
736 /// Get the last segment as the name
737 pub fn name(&self) -> Option<&String> {
738 self.segments.last()
739 }
740}
741
742impl std::fmt::Display for CatalogPath {

Callers 4

execute_ddl_operationMethod · 0.45
operation_descriptionMethod · 0.45
execute_ddl_operationMethod · 0.45
execute_ddl_operationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected