MCPcopy 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
1634inline std::vector<StructExprField> StructExpr::release_fields() {
1635 std::vector<StructExprField> fields;
1636 fields.swap(fields_);
1637 return fields;
1638}
1639
1640inline void MapExprEntry::Clear() {
1641 id_ = 0;

Callers 1

TESTFunction · 0.80

Calls 1

swapMethod · 0.45

Tested by 1

TESTFunction · 0.64