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

Method release_macro_calls

parser/parser.cc:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376
377 absl::flat_hash_map<int64_t, Expr> release_macro_calls() {
378 using std::swap;
379 absl::flat_hash_map<int64_t, Expr> result;
380 swap(result, macro_calls_);
381 return result;
382 }
383
384 void EraseId(ExprId id) {
385 positions_.erase(id);

Callers 1

GetSourceInfoMethod · 0.80

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected