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

Function icmap_get_uint32_r

exec/icmap.c:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830cs_error_t icmap_get_uint32_r(const icmap_map_t map, const char *key_name, uint32_t *u32)
831{
832
833 return (icmap_get_int_r(map, key_name, u32, ICMAP_VALUETYPE_UINT32));
834}
835
836cs_error_t icmap_get_int64_r(const icmap_map_t map, const char *key_name, int64_t *i64)
837{

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected