SyntheticCfgNode

/**
* A synthetic control flow node, which is an entry or exit node.
*/

Primary key: id: int

schema SyntheticCfgNode {
  @primary id: int
}

SyntheticCfgNode::getAstNode

pub fn getAstNode(self: SyntheticCfgNode) -> Node;

SyntheticCfgNode::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *SyntheticCfgNode;