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

Method EraseId

parser/parser.cc:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 void EraseId(ExprId id) {
385 positions_.erase(id);
386 if (expr_id_ == id + 1) {
387 --expr_id_;
388 }
389 }
390
391 protected:
392 int64_t NextId() override { return NextId(macro_position_); }

Callers 2

GlobalCallOrMacroImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected