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

Function FormatDoubleQuotedBytesLiteral

internal/strings.cc:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682std::string FormatDoubleQuotedBytesLiteral(absl::string_view str) {
683 return absl::StrCat("b\"", EscapeBytes(str, false, '"'), "\"");
684}
685
686absl::StatusOr<std::string> ParseIdentifier(absl::string_view str) {
687 if (!LexisIsIdentifier(str)) {

Callers 3

VisitConstMethod · 0.85
TESTFunction · 0.85
FormatLiteralMethod · 0.85

Calls 1

EscapeBytesFunction · 0.85

Tested by 1

TESTFunction · 0.68