Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
impl fmt::Display for Sql {
275
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
276
f.write_str(self.as_str())
277
}
278
}
279
280
impl serde::Serialize for Sql {
Callers
nothing calls this directly
Calls
2
write_str
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected