Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ RemoveValueEntry
Method
RemoveValueEntry
eval/public/activation.cc:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool Activation::RemoveValueEntry(absl::string_view name) {
90
return value_map_.erase(name);
91
}
92
93
bool Activation::ClearValueEntry(absl::string_view name) {
94
auto entry = value_map_.find(name);
Callers
3
TEST
Function · 0.80
TEST
Function · 0.80
TEST_P
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST_P
Function · 0.64