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