MCPcopy Create free account
hub / github.com/ElementsProject/lightning / cmp

Function cmp

ccan/ccan/htable/tools/density.c:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static bool cmp(const ptrint_t *p, uintptr_t k)
25{
26 return key(p) == k;
27}
28
29HTABLE_DEFINE_TYPE(ptrint_t, key, hash_uintptr, cmp, htable_ptrint);
30

Callers

nothing calls this directly

Calls 1

keyFunction · 0.85

Tested by

no test coverage detected