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

Function icmap_get_double

exec/icmap.c:920–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920cs_error_t icmap_get_double(const char *key_name, double *dbl)
921{
922
923 return (icmap_get_double_r(icmap_global_map, key_name, dbl));
924}
925
926cs_error_t icmap_adjust_int_r(
927 const icmap_map_t map,

Callers

nothing calls this directly

Calls 1

icmap_get_double_rFunction · 0.85

Tested by

no test coverage detected