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

Function icmap_set_uint64_r

exec/icmap.c:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543cs_error_t icmap_set_uint64_r(const icmap_map_t map, const char *key_name, uint64_t value)
544{
545
546 return (icmap_set_r(map, key_name, &value, sizeof(value), ICMAP_VALUETYPE_UINT64));
547}
548
549cs_error_t icmap_set_float_r(const icmap_map_t map, const char *key_name, float value)
550{

Callers 2

icmap_set_uint64Function · 0.85
main_config_parser_cbFunction · 0.85

Calls 1

icmap_set_rFunction · 0.85

Tested by

no test coverage detected