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

Function cmap_get_float

lib/cmap.c:715–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715cs_error_t cmap_get_float(cmap_handle_t handle, const char *key_name, float *flt)
716{
717
718 return (cmap_get_int(handle, key_name, flt, sizeof(*flt), CMAP_VALUETYPE_FLOAT));
719}
720
721cs_error_t cmap_get_double(cmap_handle_t handle, const char *key_name, double *dbl)
722{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected