Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ EndMacro
Method
EndMacro
parser/parser.cc:174–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void EndMacro() { macro_position_ = SourceRange{}; }
175
176
Expr ReportError(absl::string_view message) override {
177
return ReportError(macro_position_, message);
Callers
2
GlobalCallOrMacroImpl
Method · 0.80
ReceiverCallOrMacroImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected