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

Function icmap_set_int64

exec/icmap.c:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607cs_error_t icmap_set_int64(const char *key_name, int64_t value)
608{
609
610 return (icmap_set_int64_r(icmap_global_map, key_name, value));
611}
612
613cs_error_t icmap_set_uint64(const char *key_name, uint64_t value)
614{

Callers

nothing calls this directly

Calls 1

icmap_set_int64_rFunction · 0.85

Tested by

no test coverage detected