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

Function hash_uintptr

ccan/ccan/htable/tools/density.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19static size_t hash_uintptr(uintptr_t key)
20{
21 return hashl(&key, 1, 0);
22}
23
24static bool cmp(const ptrint_t *p, uintptr_t k)
25{

Callers 1

average_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected