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

Function icmap_get_uint16_r

exec/icmap.c:818–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818cs_error_t icmap_get_uint16_r(const icmap_map_t map, const char *key_name, uint16_t *u16)
819{
820
821 return (icmap_get_int_r(map, key_name, u16, ICMAP_VALUETYPE_UINT16));
822}
823
824cs_error_t icmap_get_int32_r(const icmap_map_t map, const char *key_name, int32_t *i32)
825{

Callers 2

icmap_get_uint16Function · 0.85
get_interface_paramsFunction · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected