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

Function icmap_get_uint64_r

exec/icmap.c:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842cs_error_t icmap_get_uint64_r(const icmap_map_t map, const char *key_name, uint64_t *u64)
843{
844
845 return (icmap_get_int_r(map, key_name, u64, ICMAP_VALUETYPE_UINT64));
846}
847
848cs_error_t icmap_get_float_r(const icmap_map_t map, const char *key_name, float *flt)
849{

Callers 1

icmap_get_uint64Function · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected