MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ctl_indexed_node

Function ctl_indexed_node

deps/jemalloc/src/ctl.c:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static const ctl_indexed_node_t *
42ctl_indexed_node(const ctl_node_t *node) {
43 return (!node->named ? (const ctl_indexed_node_t *)node : NULL);
44}
45
46/******************************************************************************/
47/* Function prototypes for non-inline static functions. */

Callers 2

ctl_lookupFunction · 0.70
ctl_bymibFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected