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