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

Method fmt

src/transform/src/typecheck.rs:1862–1864  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

1860 H: ExprHumanizer,
1861{
1862 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
1863 self.err.humanize(self.humanizer, f)
1864 }
1865}
1866
1867impl<'a> std::fmt::Display for TypeError<'a> {

Callers

nothing calls this directly

Calls 1

humanizeMethod · 0.45

Tested by

no test coverage detected