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

Method BeginMacro

parser/parser.cc:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 : MacroExprFactory(accu_var), source_(source) {}
169
170 void BeginMacro(SourceRange macro_position) {
171 macro_position_ = macro_position;
172 }
173
174 void EndMacro() { macro_position_ = SourceRange{}; }
175

Callers 2

GlobalCallOrMacroImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected