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

Function IsLegacyStructValue

common/values/legacy_struct_value.cc:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool IsLegacyStructValue(const Value& value) {
28 return value.variant_.Is<LegacyStructValue>();
29}
30
31LegacyStructValue GetLegacyStructValue(const Value& value) {
32 ABSL_DCHECK(IsLegacyStructValue(value));

Callers 2

GetLegacyStructValueFunction · 0.85
AsLegacyStructValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected