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

ec_node_bypass_set_child(3),

Referenced By

ec_node_bypass_set_child(3).

2026-06-11 Libecoli Programmer's Manual