| 335 | int64_t GetInt64() const { return m_value; } |
| 336 | |
| 337 | std::vector<unsigned char> getvch() const |
| 338 | { |
| 339 | return serialize(m_value); |
| 340 | } |
| 341 | |
| 342 | static std::vector<unsigned char> serialize(const int64_t& value) |
| 343 | { |
no outgoing calls
no test coverage detected