Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1364
inline std::vector<MapExprEntry> MapExpr::release_entries() {
1365
std::vector<MapExprEntry> entries;
1366
entries.swap(entries_);
1367
return entries;
1368
}
1369
1370
inline void Expr::Clear() {
1371
u_.id = 0;
Callers
1
TEST
Function · 0.80
Calls
1
swap
Method · 0.45
Tested by
1
TEST
Function · 0.64