Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ release_fields
Method
release_fields
common/expr.h:1634–1638 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1632
}
1633
1634
inline std::vector<StructExprField> StructExpr::release_fields() {
1635
std::vector<StructExprField> fields;
1636
fields.swap(fields_);
1637
return fields;
1638
}
1639
1640
inline void MapExprEntry::Clear() {
1641
id_ = 0;
Callers
1
TEST
Function · 0.80
Calls
1
swap
Method · 0.45
Tested by
1
TEST
Function · 0.64