MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ng_node2ID

Function ng_node2ID

lib/ff_ng_base.c:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844ng_ID_t
845ng_node2ID(node_p node)
846{
847 return (node ? NG_NODE_ID(node) : 0);
848}
849
850/************************************************************************
851 Node name handling

Callers 5

ng_generic_msgFunction · 0.70
dumpitemFunction · 0.70
ff_ng_base.cFile · 0.70
ng_package_msg_selfFunction · 0.70
ng_replace_retaddrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected