Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ClearValue
Method
ClearValue
eval/public/activation.h:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool ClearValue() {
126
bool result = value_.has_value();
127
value_.reset();
128
return result;
129
}
130
131
bool HasProducer() const { return producer_ != nullptr; }
132
Callers
2
ClearValueEntry
Method · 0.80
ClearCachedValues
Method · 0.80
Calls
2
has_value
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected