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

Function cmap_get_double

lib/cmap.c:721–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721cs_error_t cmap_get_double(cmap_handle_t handle, const char *key_name, double *dbl)
722{
723
724 return (cmap_get_int(handle, key_name, dbl, sizeof(*dbl), CMAP_VALUETYPE_DOUBLE));
725}
726
727cs_error_t cmap_get_string(cmap_handle_t handle, const char *key_name, char **str)
728{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected