ec_node_bypass - Man Page
A node that does nothing other than calling the child node.
Synopsis
#include <ecoli/node_bypass.h>
struct ec_node * ec_node_bypass(
const char *id,
struct ec_node *node
);Description
It can be helpful to build loops in a node graph.
See Also
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
2026-06-11 Libecoli Programmer's Manual