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

Function IsLegacyMapValue

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

Source from the content-addressed store, hash-verified

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

Callers 2

GetLegacyMapValueFunction · 0.85
AsLegacyMapValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected