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

Method attribute_size

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

Source from the content-addressed store, hash-verified

90 // Attributes stack size.
91 ABSL_DEPRECATED("Use size()")
92 size_t attribute_size() const { return size(); }
93
94 // Check that stack has enough elements.
95 bool HasEnough(size_t size) const { return this->size() >= size; }

Callers 1

TESTFunction · 0.80

Calls 1

sizeFunction · 0.50

Tested by 1

TESTFunction · 0.64