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

Function cmap_get_int8

lib/cmap.c:667–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667cs_error_t cmap_get_int8(cmap_handle_t handle, const char *key_name, int8_t *i8)
668{
669
670 return (cmap_get_int(handle, key_name, i8, sizeof(*i8), CMAP_VALUETYPE_INT8));
671}
672
673cs_error_t cmap_get_uint8(cmap_handle_t handle, const char *key_name, uint8_t *u8)
674{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected