Set go value directly.
(offset int, val GoDataValue, valid bool)
| 169 | SetValue(offset int, val unsafe.Pointer, valid bool) |
| 170 | // Set go value directly. |
| 171 | SetGoValue(offset int, val GoDataValue, valid bool) |
| 172 | // Get value directly |
| 173 | GetValue(offset int) (unsafe.Pointer, bool) |
| 174 | // GetMinMaxValue get min and max value, |
no outgoing calls
no test coverage detected