MCPcopy 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
811cs_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
817cs_error_t cmap_dec(cmap_handle_t handle, const char *key_name)
818{

Callers 1

incFunction · 0.85

Calls 1

cmap_adjust_intFunction · 0.85

Tested by

no test coverage detected