Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ icmap_dec_r
Function
icmap_dec_r
exec/icmap.c:1058–1061 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1056
}
1057
1058
cs_error_t icmap_dec_r(const icmap_map_t map, const char *key_name)
1059
{
1060
return (icmap_adjust_int_r(map, key_name, -1));
1061
}
1062
1063
cs_error_t icmap_dec(const char *key_name)
1064
{
Callers
1
icmap_dec
Function · 0.85
Calls
1
icmap_adjust_int_r
Function · 0.85
Tested by
no test coverage detected