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

Function cmap_set_int32

lib/cmap.c:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467cs_error_t cmap_set_int32(cmap_handle_t handle, const char *key_name, int32_t value)
468{
469 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_INT32));
470}
471
472cs_error_t cmap_set_uint32(cmap_handle_t handle, const char *key_name, uint32_t value)
473{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected