SyntheticCfgNode
/**
* A synthetic control flow node, which is an entry or exit node.
*/
Primary key: id: int
schema SyntheticCfgNode {
@primary id: int
}
SyntheticCfgNode::getAstNode
- Parameter
self:SyntheticCfgNode - Return
Node
pub fn getAstNode(self: SyntheticCfgNode) -> Node;
SyntheticCfgNode::__all__
Data constraint method.
- Parameter
db:JavascriptDB - Return
*SyntheticCfgNode
pub fn __all__(db: JavascriptDB) -> *SyntheticCfgNode;