MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ReleaseSlots

Method ReleaseSlots

eval/compiler/flat_expr_builder.cc:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 size_t ReleaseSlots(size_t n) {
136 next_free_slot_ -= n;
137 return next_free_slot_;
138 }
139
140 size_t max_slot_count() const { return max_slot_count_; }
141

Callers 2

HandleBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected