| 140 | bool Reset(const int8_t* row); |
| 141 | |
| 142 | static uint8_t GetSchemaVersion(const int8_t* row) { |
| 143 | return *(reinterpret_cast<const uint8_t*>(row + 1)); |
| 144 | } |
| 145 | |
| 146 | int32_t GetBool(uint32_t idx, bool* val); |
| 147 | int32_t GetInt32(uint32_t idx, int32_t* val); |
nothing calls this directly
no outgoing calls
no test coverage detected