MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / d_fetchsb

Function d_fetchsb

dep/hfsutils/libhfs/data.c:221–225  ·  view source on GitHub ↗

* NAME: data->fetchsb() * DESCRIPTION: incrementally retrieve a signed byte of data */

Source from the content-addressed store, hash-verified

219 * DESCRIPTION: incrementally retrieve a signed byte of data
220 */
221void d_fetchsb(register const unsigned char **ptr,
222 register signed char *dest)
223{
224 *dest = *(*ptr)++;
225}
226
227/*
228 * NAME: data->fetchub()

Callers 5

bt_getnodeFunction · 0.85
bt_readhdrFunction · 0.85
r_unpackcatkeyFunction · 0.85
r_unpackextkeyFunction · 0.85
r_unpackcatdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected