PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ read_int8()

int8_t read_int8 ( const uint8_t **  from)

Definition at line 214 of file rt_serialize.c.

214 {
215 assert(NULL != from);
216
217 return (int8_t) read_uint8(from);
218}
uint8_t read_uint8(const uint8_t **from)

References read_uint8().

Referenced by rt_band_from_wkb(), and rt_raster_deserialize().

Here is the call graph for this function:
Here is the caller graph for this function: