| 133 | } |
| 134 | |
| 135 | static unsigned int GetPostCode2Length(const ByteArray& bytes) |
| 136 | { |
| 137 | return std::min(GetInt(bytes, {39, 40, 41, 42, 31, 32}), 9U); |
| 138 | } |
| 139 | |
| 140 | static std::string GetPostCode2(const ByteArray& bytes) |
| 141 | { |
no test coverage detected