Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.rs
src/avro/src/util.rs
Calls
1
string
Method · 0.45
Tested by
no test coverage detected