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

Function icmap_set_uint64

exec/icmap.c:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613cs_error_t icmap_set_uint64(const char *key_name, uint64_t value)
614{
615
616 return (icmap_set_uint64_r(icmap_global_map, key_name, value));
617}
618
619cs_error_t icmap_set_float(const char *key_name, float value)
620{

Callers 6

mem_update_stats_fnFunction · 0.85
load_update_stats_fnFunction · 0.85
mon_instance_initFunction · 0.85
wd_resource_createFunction · 0.85

Calls 1

icmap_set_uint64_rFunction · 0.85

Tested by

no test coverage detected