Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ cmap_dec
Function
cmap_dec
lib/cmap.c:817–821 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
815
}
816
817
cs_error_t cmap_dec(cmap_handle_t handle, const char *key_name)
818
{
819
820
return (cmap_adjust_int(handle, key_name, -1));
821
}
822
823
cs_error_t cmap_iter_init(
824
cmap_handle_t handle,
Callers
1
dec
Function · 0.85
Calls
1
cmap_adjust_int
Function · 0.85
Tested by
no test coverage detected