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

Method SetMaxSize

eval/eval/evaluator_stack.h:299–299  ·  view source on GitHub ↗

Update the max size of the stack and update capacity if needed.

Source from the content-addressed store, hash-verified

297
298 // Update the max size of the stack and update capacity if needed.
299 void SetMaxSize(size_t size) { Reserve(size); }
300
301 private:
302 static size_t AttributesBytesOffset(size_t size) {

Callers 1

OnPostVisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected