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

Function icmap_set_int16

exec/icmap.c:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583cs_error_t icmap_set_int16(const char *key_name, int16_t value)
584{
585
586 return (icmap_set_int16_r(icmap_global_map, key_name, value));
587}
588
589cs_error_t icmap_set_uint16(const char *key_name, uint16_t value)
590{

Callers

nothing calls this directly

Calls 1

icmap_set_int16_rFunction · 0.85

Tested by

no test coverage detected