MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / get_items_expected_max

Method get_items_expected_max

simcore/framework/src/cli/cli.hpp:4004–4007  ·  view source on GitHub ↗

Get the maximum number of items expected to be returned and used for the callback

Source from the content-addressed store, hash-verified

4002
4003 /// Get the maximum number of items expected to be returned and used for the callback
4004 int get_items_expected_max() const {
4005 int t = type_size_max_;
4006 return detail::checked_multiply(t, expected_max_) ? t : detail::expected_max_vector_size;
4007 }
4008 /// The total min number of expected string values to be used
4009 int get_items_expected() const { return get_items_expected_min(); }
4010

Callers 2

_validateMethod · 0.80
_parse_argMethod · 0.80

Calls 1

checked_multiplyFunction · 0.85

Tested by

no test coverage detected