Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ FastMoveAssign
Function
FastMoveAssign
common/values/value_variant.h:792–795 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
790
}
791
792
ABSL_ATTRIBUTE_ALWAYS_INLINE void FastMoveAssign(
793
ValueVariant& other) noexcept {
794
FastCopyAssign(other);
795
}
796
797
void SlowCopyConstruct(const ValueVariant& other) noexcept;
798
Callers
2
value_variant.h
File · 0.85
SlowMoveAssign
Method · 0.85
Calls
1
FastCopyAssign
Function · 0.85
Tested by
no test coverage detected