Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ escapeString
Function
escapeString
src/Common/escapeString.cpp:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
{
8
9
String escapeString(std::string_view value)
10
{
11
WriteBufferFromOwnString buf;
12
writeEscapedString(value, buf);
13
return buf.str();
14
}
15
16
}
Callers
6
traverse
Function · 0.85
parseJSON
Function · 0.85
listTablesInDatabase
Method · 0.85
getRewrittenQuery
Method · 0.85
getRewrittenQuery
Method · 0.85
getRewrittenQuery
Method · 0.85
Calls
2
writeEscapedString
Function · 0.85
str
Method · 0.45
Tested by
no test coverage detected