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

Function hash

ccan/ccan/htable/test/run-allocator.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static size_t hash(const void *elem, void *unused UNNEEDED)
29{
30 return *(size_t *)elem;
31}
32
33int main(void)
34{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected