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

Function swap

common/expr.h:1431–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431inline void swap(Expr& lhs, Expr& rhs) noexcept {
1432 using std::swap;
1433 swap(lhs.u_, rhs.u_);
1434 swap(lhs.kind_, rhs.kind_);
1435}
1436
1437inline void CallExpr::Clear() {
1438 function_.clear();

Callers 15

swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.70
swapMethod · 0.50
release_macro_callsMethod · 0.50
BuildMethod · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40