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

Function cmap_set_int8

lib/cmap.c:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447cs_error_t cmap_set_int8(cmap_handle_t handle, const char *key_name, int8_t value)
448{
449 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_INT8));
450}
451
452cs_error_t cmap_set_uint8(cmap_handle_t handle, const char *key_name, uint8_t value)
453{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected