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

Function cmap_get_int64

lib/cmap.c:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703cs_error_t cmap_get_int64(cmap_handle_t handle, const char *key_name, int64_t *i64)
704{
705
706 return (cmap_get_int(handle, key_name, i64, sizeof(*i64), CMAP_VALUETYPE_INT64));
707}
708
709cs_error_t cmap_get_uint64(cmap_handle_t handle, const char *key_name, uint64_t *u64)
710{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected