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

Function icmap_get_int32_r

exec/icmap.c:824–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824cs_error_t icmap_get_int32_r(const icmap_map_t map, const char *key_name, int32_t *i32)
825{
826
827 return (icmap_get_int_r(map, key_name, i32, ICMAP_VALUETYPE_INT32));
828}
829
830cs_error_t icmap_get_uint32_r(const icmap_map_t map, const char *key_name, uint32_t *u32)
831{

Callers 2

icmap_get_int32Function · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected