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

Function icmap_get_uint8_r

exec/icmap.c:806–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806cs_error_t icmap_get_uint8_r(const icmap_map_t map, const char *key_name, uint8_t *u8)
807{
808
809 return (icmap_get_int_r(map, key_name, u8, ICMAP_VALUETYPE_UINT8));
810}
811
812cs_error_t icmap_get_int16_r(const icmap_map_t map, const char *key_name, int16_t *i16)
813{

Callers 2

icmap_get_uint8Function · 0.85
get_interface_paramsFunction · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected