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

Function icmap_get_float

exec/icmap.c:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914cs_error_t icmap_get_float(const char *key_name, float *flt)
915{
916
917 return (icmap_get_float_r(icmap_global_map, key_name, flt));
918}
919
920cs_error_t icmap_get_double(const char *key_name, double *dbl)
921{

Callers

nothing calls this directly

Calls 1

icmap_get_float_rFunction · 0.85

Tested by

no test coverage detected