Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_key
Method
set_key
common/expr.h:1660–1660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1658
}
1659
1660
inline void MapExprEntry::set_key(Expr key) { mutable_key() = std::move(key); }
1661
1662
inline void MapExprEntry::set_key(std::unique_ptr<Expr> key) {
1663
key_ = std::move(key);
Callers
4
BuildMacroCallArg
Method · 0.80
NewMapEntry
Method · 0.80
MakeMapExprEntry
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
MakeMapExprEntry
Function · 0.64
TEST
Function · 0.64