| 1260 | /// Dummy imitation of BitRunReader that should never be called. |
| 1261 | struct UnreachableBitRunReader { |
| 1262 | constexpr static AllSetBitRun NextRun() { return {}; } |
| 1263 | }; |
| 1264 | |
| 1265 | } // namespace internal |
no outgoing calls
no test coverage detected