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

Function icmap_get_uint64

exec/icmap.c:908–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908cs_error_t icmap_get_uint64(const char *key_name, uint64_t *u64)
909{
910
911 return (icmap_get_uint64_r(icmap_global_map, key_name, u64));
912}
913
914cs_error_t icmap_get_float(const char *key_name, float *flt)
915{

Callers 5

cmap_sync_initFunction · 0.85
wd_resource_state_is_okFunction · 0.85
wd_config_changedFunction · 0.85
wd_resource_createFunction · 0.85

Calls 1

icmap_get_uint64_rFunction · 0.85

Tested by

no test coverage detected