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

Function icmap_set_uint8

exec/icmap.c:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577cs_error_t icmap_set_uint8(const char *key_name, uint8_t value)
578{
579
580 return (icmap_set_uint8_r(icmap_global_map, key_name, value));
581}
582
583cs_error_t icmap_set_int16(const char *key_name, int16_t value)
584{

Calls 1

icmap_set_uint8_rFunction · 0.85

Tested by

no test coverage detected