| 1058 | return std::numeric_limits<int>::max(); |
| 1059 | } |
| 1060 | sonic_force_inline int64_t getIntMin() const { |
| 1061 | return std::numeric_limits<int>::min(); |
| 1062 | } |
| 1063 | sonic_force_inline int64_t getInt64Max() const { |
| 1064 | return std::numeric_limits<int64_t>::max(); |
| 1065 | } |
nothing calls this directly
no outgoing calls
no test coverage detected