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

Function cmap_set_int16

lib/cmap.c:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457cs_error_t cmap_set_int16(cmap_handle_t handle, const char *key_name, int16_t value)
458{
459 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_INT16));
460}
461
462cs_error_t cmap_set_uint16(cmap_handle_t handle, const char *key_name, uint16_t value)
463{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected