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

Function icmap_get_int64

exec/icmap.c:902–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902cs_error_t icmap_get_int64(const char *key_name, int64_t *i64)
903{
904
905 return(icmap_get_int64_r(icmap_global_map, key_name, i64));
906}
907
908cs_error_t icmap_get_uint64(const char *key_name, uint64_t *u64)
909{

Callers

nothing calls this directly

Calls 1

icmap_get_int64_rFunction · 0.85

Tested by

no test coverage detected