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

Function ng_send_fn

lib/ff_ng_base.c:3726–3731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3724 */
3725
3726int
3727ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2)
3728{
3729
3730 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS);
3731}
3732
3733int
3734ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2,

Callers 2

ng_rmnode_selfFunction · 0.70
ng_rmhook_selfFunction · 0.70

Calls 1

ng_send_fn1Function · 0.70

Tested by

no test coverage detected