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

Function cmap_get_uint64

lib/cmap.c:709–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709cs_error_t cmap_get_uint64(cmap_handle_t handle, const char *key_name, uint64_t *u64)
710{
711
712 return (cmap_get_int(handle, key_name, u64, sizeof(*u64), CMAP_VALUETYPE_UINT64));
713}
714
715cs_error_t cmap_get_float(cmap_handle_t handle, const char *key_name, float *flt)
716{

Callers 2

print_keyFunction · 0.85
test_cmap_quitFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by 1

test_cmap_quitFunction · 0.68