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

Function cmap_set_uint16

lib/cmap.c:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462cs_error_t cmap_set_uint16(cmap_handle_t handle, const char *key_name, uint16_t value)
463{
464 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_UINT16));
465}
466
467cs_error_t cmap_set_int32(cmap_handle_t handle, const char *key_name, int32_t value)
468{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected