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

Function icmap_get_int8

exec/icmap.c:866–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866cs_error_t icmap_get_int8(const char *key_name, int8_t *i8)
867{
868
869 return (icmap_get_int8_r(icmap_global_map, key_name, i8));
870}
871
872cs_error_t icmap_get_uint8(const char *key_name, uint8_t *u8)
873{

Callers

nothing calls this directly

Calls 1

icmap_get_int8_rFunction · 0.85

Tested by

no test coverage detected