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

Function icmap_get_int32

exec/icmap.c:890–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890cs_error_t icmap_get_int32(const char *key_name, int32_t *i32)
891{
892
893 return (icmap_get_int32_r(icmap_global_map, key_name, i32));
894}
895
896cs_error_t icmap_get_uint32(const char *key_name, uint32_t *u32)
897{

Callers 1

Calls 1

icmap_get_int32_rFunction · 0.85

Tested by

no test coverage detected