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

Function LegacyBytesValue

common/values/bytes_value.h:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318namespace common_internal {
319
320inline absl::string_view LegacyBytesValue(const BytesValue& value, bool stable,
321 google::protobuf::Arena* absl_nonnull arena) {
322 return LegacyByteString(value.value_, stable, arena);
323}
324
325} // namespace common_internal
326

Callers 3

UnsafeLegacyValueFunction · 0.85
LegacyValueFunction · 0.85
ToLegacyValueFunction · 0.85

Calls 1

LegacyByteStringFunction · 0.85

Tested by

no test coverage detected