Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
impl MapHelper for Map<String, Value> {
Callers
3
parse_record
Method · 0.80
parse_record_field
Method · 0.80
parse_enum
Method · 0.80
Implementers
1
util.rs
src/avro/src/util.rs
Calls
1
string
Method · 0.45
Tested by
no test coverage detected