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

Function node_copy_edges

dpdk/lib/graph/node.c:317–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317static rte_node_t
318node_copy_edges(struct node *node, char *next_nodes[])
319{
320 rte_edge_t i;
321
322 for (i = 0; i < node->nb_edges; i++)
323 next_nodes[i] = node->next_nodes[i];
324
325 return i;
326}
327
328rte_node_t
329rte_node_edge_get(rte_node_t id, char *next_nodes[])

Callers 1

rte_node_edge_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected