Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ escaped_string_literal
Function
escaped_string_literal
src/sql-parser/src/ast/display.rs:346–348 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
344
}
345
346
pub fn escaped_string_literal(s: &str) -> EscapedStringLiteral<'_> {
347
EscapedStringLiteral(s)
348
}
Callers
6
show_privileges
Function · 0.85
show_default_privileges
Function · 0.85
show_role_membership
Function · 0.85
fmt
Method · 0.85
make_builtin_materialized_views
Function · 0.85
make_mz_indexes
Function · 0.85
Calls
1
EscapedStringLiteral
Class · 0.85
Tested by
no test coverage detected