Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ EscapeString
Function
EscapeString
internal/strings.cc:552–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
std::string EscapeString(absl::string_view str) {
553
return EscapeInternal(str, true,
'\0'
);
554
}
555
556
std::string EscapeBytes(absl::string_view str, bool escape_all_bytes,
557
char escape_quote_char) {
Callers
3
TestString
Function · 0.85
TestStringEscaping
Function · 0.85
TEST
Function · 0.85
Calls
1
EscapeInternal
Function · 0.85
Tested by
3
TestString
Function · 0.68
TestStringEscaping
Function · 0.68
TEST
Function · 0.68