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

Method as_ref

src/repr/src/explain.rs:385–387  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

383
384impl<'a> AsRef<&'a dyn ExprHumanizer> for RenderingContext<'a> {
385 fn as_ref(&self) -> &&'a dyn ExprHumanizer {
386 &self.humanizer
387 }
388}
389
390#[allow(missing_debug_implementations)]

Callers 3

humanize_idMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected