MCPcopy Create free account
hub / github.com/corosync/corosync / cmap_get_int16

Function cmap_get_int16

lib/cmap.c:679–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679cs_error_t cmap_get_int16(cmap_handle_t handle, const char *key_name, int16_t *i16)
680{
681
682 return (cmap_get_int(handle, key_name, i16, sizeof(*i16), CMAP_VALUETYPE_INT16));
683}
684
685cs_error_t cmap_get_uint16(cmap_handle_t handle, const char *key_name, uint16_t *u16)
686{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected