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

Method name

src/avro/src/util.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43 fn string(&self, key: &str) -> Option<String>;
44
45 fn name(&self) -> Option<String> {
46 self.string("name")
47 }
48
49 fn doc(&self) -> Option<String> {
50 self.string("doc")

Callers

nothing calls this directly

Implementers 1

util.rssrc/avro/src/util.rs

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected