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

Function icmap_get_int8_r

exec/icmap.c:800–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800cs_error_t icmap_get_int8_r(const icmap_map_t map, const char *key_name, int8_t *i8)
801{
802
803 return (icmap_get_int_r(map, key_name, i8, ICMAP_VALUETYPE_INT8));
804}
805
806cs_error_t icmap_get_uint8_r(const icmap_map_t map, const char *key_name, uint8_t *u8)
807{

Callers 1

icmap_get_int8Function · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected