MCPcopy 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
89bool Activation::RemoveValueEntry(absl::string_view name) {
90 return value_map_.erase(name);
91}
92
93bool Activation::ClearValueEntry(absl::string_view name) {
94 auto entry = value_map_.find(name);

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64