MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / name

Method name

src/sql-parser/src/ast/metadata.rs:95–100  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93
94impl RawItemName {
95 pub fn name(&self) -> &UnresolvedItemName {
96 match self {
97 RawItemName::Name(name) => name,
98 RawItemName::Id(_, name, _) => name,
99 }
100 }
101
102 pub fn name_mut(&mut self) -> &mut UnresolvedItemName {
103 match self {

Callers 2

decodeMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected