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

Function icmap_dec

exec/icmap.c:1063–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063cs_error_t icmap_dec(const char *key_name)
1064{
1065 return (icmap_dec_r(icmap_global_map, key_name));
1066}
1067
1068cs_error_t icmap_fast_inc_r(const icmap_map_t map, const char *key_name)
1069{

Callers

nothing calls this directly

Calls 1

icmap_dec_rFunction · 0.85

Tested by

no test coverage detected