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

Method CreateUnknownSet

eval/eval/attribute_utility.cc:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202UnknownValue AttributeUtility::CreateUnknownSet(cel::Attribute attr) const {
203 return UnknownValue(cel::Unknown(AttributeSet({std::move(attr)})));
204}
205
206absl::StatusOr<ErrorValue> AttributeUtility::CreateMissingAttributeError(
207 const cel::Attribute& attr) const {

Callers 13

TEST_FFunction · 0.45
LookupIdentFunction · 0.45
CheckForMarkedAttributesFunction · 0.45
PerformLookupFunction · 0.45
EvaluateMethod · 0.45
Evaluate1Method · 0.45
Evaluate1UnknownMethod · 0.45
Evaluate2Method · 0.45
EvaluateMethod · 0.45
CheckForPartialUnknownsFunction · 0.45
InvokeFunction · 0.45
EvaluateMethod · 0.45

Calls 4

AttributeSetClass · 0.85
FunctionResultSetClass · 0.85
FunctionResultClass · 0.85
UnknownValueClass · 0.50

Tested by 1

TEST_FFunction · 0.36