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

Method PreVisitCreateList

eval/public/ast_visitor.h:155–157  ·  view source on GitHub ↗

CreateList node handler Invoked before child nodes are processed. TODO(issues/22): this method is not pure virtual to avoid dependencies breakage. Change it in subsequent CLs.

Source from the content-addressed store, hash-verified

153 // TODO(issues/22): this method is not pure virtual to avoid dependencies
154 // breakage. Change it in subsequent CLs.
155 virtual void PreVisitCreateList(const cel::expr::Expr::CreateList*,
156 const cel::expr::Expr*,
157 const SourcePosition*) {}
158
159 // CreateList node handler
160 // Invoked after child nodes are processed.

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected