Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Reset
Method
Reset
eval/eval/comprehension_slots.h:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void Reset() {
128
for (Slot& slot : slots_) {
129
slot.Clear();
130
}
131
}
132
133
void ClearSlot(size_t index) { Get(index)->Clear(); }
134
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected