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

Method get

src/expr-test-util/src/lib.rs:129–131  ·  view source on GitHub ↗
(&'a self, name: &str)

Source from the content-addressed store, hash-verified

127 }
128
129 fn get(&'a self, name: &str) -> Option<&'a (GlobalId, SqlRelationType)> {
130 self.objects.get(name)
131 }
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> {

Callers 6

get_source_nameMethod · 0.45
humanize_idMethod · 0.45
build_getMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected