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

Function cmap_set_int64

lib/cmap.c:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477cs_error_t cmap_set_int64(cmap_handle_t handle, const char *key_name, int64_t value)
478{
479 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_INT64));
480}
481
482cs_error_t cmap_set_uint64(cmap_handle_t handle, const char *key_name, uint64_t value)
483{

Callers 1

set_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected