MCPcopy 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
817cs_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
823cs_error_t cmap_iter_init(
824 cmap_handle_t handle,

Callers 1

decFunction · 0.85

Calls 1

cmap_adjust_intFunction · 0.85

Tested by

no test coverage detected