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

Function cmap_get_uint16

lib/cmap.c:685–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685cs_error_t cmap_get_uint16(cmap_handle_t handle, const char *key_name, uint16_t *u16)
686{
687
688 return (cmap_get_int(handle, key_name, u16, sizeof(*u16), CMAP_VALUETYPE_UINT16));
689}
690
691cs_error_t cmap_get_int32(cmap_handle_t handle, const char *key_name, int32_t *i32)
692{

Callers 1

print_keyFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by

no test coverage detected