| 1152 | } |
| 1153 | } |
| 1154 | constexpr void confirm(int32_t depth) |
| 1155 | { |
| 1156 | if (mDepth > depth || mDepth == 0) |
| 1157 | { |
| 1158 | assert(depth == mDepth - 1 || depth == mDepth || mDepth == 0); |
| 1159 | mDepth = depth; |
| 1160 | } |
| 1161 | } |
| 1162 | }; |
| 1163 | class IdUtil |
| 1164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected