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

Function icmap_get

exec/icmap.c:729–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729cs_error_t icmap_get(
730 const char *key_name,
731 void *value,
732 size_t *value_len,
733 icmap_value_types_t *type)
734{
735
736 return (icmap_get_r(icmap_global_map, key_name, value, value_len, type));
737}
738
739cs_error_t icmap_get_string_r(icmap_map_t map, const char *key_name, char **str)
740{

Callers 2

cmap_mcast_sendFunction · 0.85
member_object_joinedFunction · 0.85

Calls 1

icmap_get_rFunction · 0.85

Tested by

no test coverage detected