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

Method get_source_name

src/expr-test-util/src/lib.rs:134–136  ·  view source on GitHub ↗

Looks up the name of the object referred to as `id`.

(&'a self, id: &GlobalId)

Source from the content-addressed store, hash-verified

132
133 /// Looks up the name of the object referred to as `id`.
134 pub fn get_source_name(&'a self, id: &GlobalId) -> Option<&'a String> {
135 self.names.get(id)
136 }
137
138 /// Handles instructions to modify the catalog.
139 ///

Callers 2

remap_getsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected