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

Function icmap_set_int16_r

exec/icmap.c:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513cs_error_t icmap_set_int16_r(const icmap_map_t map, const char *key_name, int16_t value)
514{
515
516 return (icmap_set_r(map,key_name, &value, sizeof(value), ICMAP_VALUETYPE_INT16));
517}
518
519cs_error_t icmap_set_uint16_r(const icmap_map_t map, const char *key_name, uint16_t value)
520{

Callers 1

icmap_set_int16Function · 0.85

Calls 1

icmap_set_rFunction · 0.85

Tested by

no test coverage detected