| 326 | } |
| 327 | |
| 328 | std::vector<unsigned char> getvch() const |
| 329 | { |
| 330 | return serialize(m_value); |
| 331 | } |
| 332 | |
| 333 | ///////////////////////////////// lux |
| 334 | static uint64_t vch_to_uint64(const std::vector<unsigned char>& vch) |
no outgoing calls
no test coverage detected