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

Method doc

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

Source from the content-addressed store, hash-verified

47 }
48
49 fn doc(&self) -> Option<String> {
50 self.string("doc")
51 }
52}
53
54impl MapHelper for Map<String, Value> {

Callers 3

parse_recordMethod · 0.80
parse_record_fieldMethod · 0.80
parse_enumMethod · 0.80

Implementers 1

util.rssrc/avro/src/util.rs

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected