Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ escape_single_quote_string
Function
escape_single_quote_string
src/sql-parser/src/ast/display.rs:326–328 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
324
}
325
326
pub fn escape_single_quote_string(s: &str) -> EscapeSingleQuoteString<'_> {
327
EscapeSingleQuoteString(s)
328
}
329
330
pub struct EscapedStringLiteral<
'a>(&'
a str);
331
Callers
4
fmt
Method · 0.85
fmt
Method · 0.85
fmt
Method · 0.85
fmt
Method · 0.85
Calls
1
EscapeSingleQuoteString
Class · 0.85
Tested by
no test coverage detected