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

Method CreateMissingAttributeError

eval/eval/attribute_utility.cc:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206absl::StatusOr<ErrorValue> AttributeUtility::CreateMissingAttributeError(
207 const cel::Attribute& attr) const {
208 CEL_ASSIGN_OR_RETURN(std::string message, attr.AsString());
209 return cel::ErrorValue(
210 cel::runtime_internal::CreateMissingAttributeError(message));
211}
212
213UnknownValue AttributeUtility::CreateUnknownSet(
214 const cel::FunctionDescriptor& fn_descriptor, int64_t expr_id,

Callers 4

EvaluateMethod · 0.80
LookupIdentFunction · 0.80
CheckForMarkedAttributesFunction · 0.80
CheckForMarkedAttributesFunction · 0.80

Calls 2

ErrorValueFunction · 0.85

Tested by

no test coverage detected