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

Function cmap_get_int32

lib/cmap.c:691–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691cs_error_t cmap_get_int32(cmap_handle_t handle, const char *key_name, int32_t *i32)
692{
693
694 return (cmap_get_int(handle, key_name, i32, sizeof(*i32), CMAP_VALUETYPE_INT32));
695}
696
697cs_error_t cmap_get_uint32(cmap_handle_t handle, const char *key_name, uint32_t *u32)
698{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected