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

Function d_storesb

dep/hfsutils/libhfs/data.c:297–301  ·  view source on GitHub ↗

* NAME: data->storesb() * DESCRIPTION: incrementally store a signed byte of data */

Source from the content-addressed store, hash-verified

295 * DESCRIPTION: incrementally store a signed byte of data
296 */
297void d_storesb(register unsigned char **ptr,
298 register signed char data)
299{
300 *(*ptr)++ = data;
301}
302
303/*
304 * NAME: data->storeub()

Callers 5

bt_putnodeFunction · 0.85
bt_writehdrFunction · 0.85
r_packcatkeyFunction · 0.85
r_packextkeyFunction · 0.85
r_packcatdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected