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

Function LegacyStringValue

common/values/string_value.h:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468namespace common_internal {
469
470inline absl::string_view LegacyStringValue(const StringValue& value,
471 bool stable,
472 google::protobuf::Arena* absl_nonnull arena) {
473 return LegacyByteString(value.value_, stable, arena);
474}
475
476} // namespace common_internal
477

Callers 3

UnsafeLegacyValueFunction · 0.85
LegacyValueFunction · 0.85
ToLegacyValueFunction · 0.85

Calls 1

LegacyByteStringFunction · 0.85

Tested by

no test coverage detected