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

Method release_elements

common/expr.h:1558–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558inline std::vector<ListExprElement> ListExpr::release_elements() {
1559 std::vector<ListExprElement> elements;
1560 elements.swap(elements_);
1561 return elements;
1562}
1563
1564inline void StructExprField::Clear() {
1565 id_ = 0;

Callers 1

TESTFunction · 0.80

Calls 1

swapMethod · 0.45

Tested by 1

TESTFunction · 0.64