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

Function cmap_set_uint8

lib/cmap.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452cs_error_t cmap_set_uint8(cmap_handle_t handle, const char *key_name, uint8_t value)
453{
454 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_UINT8));
455}
456
457cs_error_t cmap_set_int16(cmap_handle_t handle, const char *key_name, int16_t value)
458{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected