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

Method IsEmpty

eval/eval/attribute_utility.cc:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool Accumulator::IsEmpty() const {
251 return !unknown_present_ && attribute_set_.empty() &&
252 function_result_set_.empty();
253}
254
255cel::UnknownValue Accumulator::Build() && {
256 return cel::UnknownValue(

Callers 6

EvaluateMethod · 0.45
EvaluateMethod · 0.45
EvaluateEqualityFunction · 0.45
EvaluateInFunction · 0.45
PerformLookupFunction · 0.45
EvaluateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected