Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1431
inline 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
1437
inline void CallExpr::Clear() {
1438
function_.clear();
Callers
15
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.70
swap
Method · 0.50
release_macro_calls
Method · 0.50
Build
Method · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40