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

Function FormatBytesConstant

common/constant.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::string FormatBytesConstant(absl::string_view value) {
83 return internal::FormatBytesLiteral(value);
84}
85
86std::string FormatStringConstant(absl::string_view value) {
87 return internal::FormatStringLiteral(value);

Callers 1

AbslStringifyFunction · 0.85

Calls 1

FormatBytesLiteralFunction · 0.85

Tested by

no test coverage detected