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

Function icmap_set_int8

exec/icmap.c:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571cs_error_t icmap_set_int8(const char *key_name, int8_t value)
572{
573
574 return (icmap_set_int8_r(icmap_global_map, key_name, value));
575}
576
577cs_error_t icmap_set_uint8(const char *key_name, uint8_t value)
578{

Callers

nothing calls this directly

Calls 1

icmap_set_int8_rFunction · 0.85

Tested by

no test coverage detected