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

Function icmap_get_int64_r

exec/icmap.c:836–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836cs_error_t icmap_get_int64_r(const icmap_map_t map, const char *key_name, int64_t *i64)
837{
838
839 return(icmap_get_int_r(map, key_name, i64, ICMAP_VALUETYPE_INT64));
840}
841
842cs_error_t icmap_get_uint64_r(const icmap_map_t map, const char *key_name, uint64_t *u64)
843{

Callers 1

icmap_get_int64Function · 0.85

Calls 1

icmap_get_int_rFunction · 0.85

Tested by

no test coverage detected