MCPcopy Create free account
hub / github.com/corosync/corosync / icmap_set_int8_r

Function icmap_set_int8_r

exec/icmap.c:501–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501cs_error_t icmap_set_int8_r(const icmap_map_t map, const char *key_name, int8_t value)
502{
503
504 return (icmap_set_r(map, key_name, &value, sizeof(value), ICMAP_VALUETYPE_INT8));
505}
506
507cs_error_t icmap_set_uint8_r(const icmap_map_t map, const char *key_name, uint8_t value)
508{

Callers 1

icmap_set_int8Function · 0.85

Calls 1

icmap_set_rFunction · 0.85

Tested by

no test coverage detected