Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ swap
Function
swap
common/internal/byte_string.h:342–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
}
341
342
friend void swap(ByteString& lhs, ByteString& rhs) {
343
if (&lhs != &rhs) {
344
lhs.Swap(rhs);
345
}
346
}
347
348
template <typename H>
349
friend H AbslHashValue(H state, const ByteString& byte_string) {
Callers
2
Swap
Method · 0.70
TEST_P
Function · 0.70
Calls
1
Swap
Method · 0.80
Tested by
1
TEST_P
Function · 0.56