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

Method release_entries

common/expr.h:1364–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1362}
1363
1364inline std::vector<MapExprEntry> MapExpr::release_entries() {
1365 std::vector<MapExprEntry> entries;
1366 entries.swap(entries_);
1367 return entries;
1368}
1369
1370inline void Expr::Clear() {
1371 u_.id = 0;

Callers 1

TESTFunction · 0.80

Calls 1

swapMethod · 0.45

Tested by 1

TESTFunction · 0.64