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

Method fmt

src/ore/src/sql.rs:275–277  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

273
274impl fmt::Display for Sql {
275 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
276 f.write_str(self.as_str())
277 }
278}
279
280impl serde::Serialize for Sql {

Callers

nothing calls this directly

Calls 2

write_strMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected