MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / FormatDoubleQuotedStringLiteral

Function FormatDoubleQuotedStringLiteral

internal/strings.cc:668–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668std::string FormatDoubleQuotedStringLiteral(absl::string_view str) {
669 return absl::StrCat("\"", EscapeInternal(str, true, '"'), "\"");
670}
671
672std::string FormatBytesLiteral(absl::string_view str) {
673 absl::string_view quote =

Callers 3

VisitConstMethod · 0.85
TESTFunction · 0.85
FormatLiteralMethod · 0.85

Calls 1

EscapeInternalFunction · 0.85

Tested by 1

TESTFunction · 0.68