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

Method Evaluate

eval/eval/jump_step.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 : JumpStepBase(jump_offset, expr_id) {}
42
43 absl::Status Evaluate(ExecutionFrame* frame) const override {
44 return Jump(frame);
45 }
46};
47
48class CondJumpStep : public JumpStepBase {

Callers

nothing calls this directly

Calls 1

JumpClass · 0.85

Tested by

no test coverage detected