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

Method OnPostVisit

eval/compiler/instrumentation.cc:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 absl::Status OnPostVisit(PlannerContext& context,
66 const cel::Expr& node) override {
67 if (context.GetSubplan(node).empty()) {
68 return absl::OkStatus();
69 }
70
71 return context.AddSubplanStep(
72 node, std::make_unique<InstrumentStep>(node.id(), instrumentation_));
73 }
74
75 private:
76 Instrumentation instrumentation_;

Callers

nothing calls this directly

Calls 4

GetSubplanMethod · 0.80
AddSubplanStepMethod · 0.80
emptyMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected