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

Function cmap_get_uint8

lib/cmap.c:673–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673cs_error_t cmap_get_uint8(cmap_handle_t handle, const char *key_name, uint8_t *u8)
674{
675
676 return (cmap_get_int(handle, key_name, u8, sizeof(*u8), CMAP_VALUETYPE_UINT8));
677}
678
679cs_error_t cmap_get_int16(cmap_handle_t handle, const char *key_name, int16_t *i16)
680{

Callers 2

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected