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

Method hint

src/environmentd/src/http/sql.rs:91–96  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89 }
90
91 pub fn hint(&self) -> Option<String> {
92 match self {
93 Error::Adapter(err) => err.hint(),
94 _ => None,
95 }
96 }
97
98 pub fn position(&self) -> Option<usize> {
99 match self {

Callers 3

forward_noticesFunction · 0.45
fromMethod · 0.45
make_noticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected