| 1064 | return std::numeric_limits<int64_t>::max(); |
| 1065 | } |
| 1066 | sonic_force_inline uint64_t getUintMax() const { |
| 1067 | return std::numeric_limits<unsigned int>::max(); |
| 1068 | } |
| 1069 | |
| 1070 | private: |
| 1071 | friend NodeType; |
nothing calls this directly
no outgoing calls
no test coverage detected