Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ int2ptr
Function
int2ptr
ccan/ccan/ptrint/ptrint.h:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
CONST_FUNCTION static inline ptrint_t *int2ptr(ptrdiff_t i)
31
{
32
return (ptrint_t *)((char *)NULL + i);
33
}
34
35
#endif /* CCAN_PTRINT_H */
Callers
11
gossip_rcvd_filter_add
Function · 0.85
main
Function · 0.85
write_loop
Function · 0.85
connection_in
Function · 0.85
average_run
Function · 0.85
main
Function · 0.85
gossip_notify_new_block
Function · 0.85
chan2ptrint
Function · 0.85
node2ptrint
Function · 0.85
main
Function · 0.85
fetch_block_handle
Function · 0.85
Calls
no outgoing calls
Tested by
2
main
Function · 0.68
main
Function · 0.68