pub fn is_node_stateful<'a>(
    db: &Database,
    node: NodeNode,
    static_args: &'a StaticArgs
) -> Rc<bool>
Expand description

Query: Returns true if a node contains any stateful expressions (and is thus stateful itself)