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

Function IsLegacyListValue

common/values/legacy_list_value.cc:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool IsLegacyListValue(const Value& value) {
47 return value.variant_.Is<LegacyListValue>();
48}
49
50LegacyListValue GetLegacyListValue(const Value& value) {
51 ABSL_DCHECK(IsLegacyListValue(value));

Callers 2

GetLegacyListValueFunction · 0.85
AsLegacyListValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected