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

Function InvalidSelectTargetError

eval/eval/select_step.cc:48–51  ·  view source on GitHub ↗

Common error for cases where evaluation attempts to perform select operations on an unsupported type. This should not happen under normal usage of the evaluator, but useful for troubleshooting broken invariants.

Source from the content-addressed store, hash-verified

46// This should not happen under normal usage of the evaluator, but useful for
47// troubleshooting broken invariants.
48absl::Status InvalidSelectTargetError() {
49 return absl::Status(absl::StatusCode::kInvalidArgument,
50 "Applying SELECT to non-message type");
51}
52
53absl::optional<Value> CheckForMarkedAttributes(const AttributeTrail& trail,
54 ExecutionFrameBase& frame) {

Callers 5

EvaluateMethod · 0.85
PerformTestOnlySelectMethod · 0.85
PerformSelectMethod · 0.85
EvaluateMethod · 0.85
PerformOptionalSelectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected