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

Function icmap_get_uint16

exec/icmap.c:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884cs_error_t icmap_get_uint16(const char *key_name, uint16_t *u16)
885{
886
887 return (icmap_get_uint16_r(icmap_global_map, key_name, u16));
888}
889
890cs_error_t icmap_get_int32(const char *key_name, int32_t *i32)
891{

Callers 1

totem_config_readFunction · 0.85

Calls 1

icmap_get_uint16_rFunction · 0.85

Tested by

no test coverage detected