MCPcopy 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

ClearValueEntryMethod · 0.80
ClearCachedValuesMethod · 0.80

Calls 2

has_valueMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected