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

◆ read_int8()

int8_t read_int8 ( const uint8_t **  from)

Definition at line 213 of file rt_serialize.c.

213 {
214 assert(NULL != from);
215
216 return (int8_t) read_uint8(from);
217}
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: