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

Function icmap_get_double_r

exec/icmap.c:854–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854cs_error_t icmap_get_double_r(const icmap_map_t map, const char *key_name, double *dbl)
855{
856
857 return (icmap_get_int_r(map, key_name, dbl, ICMAP_VALUETYPE_DOUBLE));
858}
859
860cs_error_t icmap_get_string(const char *key_name, char **str)
861{

Callers 1

icmap_get_doubleFunction · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected