This edge type is most commonly used to connect two FunctionNode | FunctionNodes.
It represents that the incoming function might call the outgoing function.
For certain use cases, it may also be acceptable for this edge type to connect a
ControlFlowNode | ControlFlowNode to a FunctionNode | FunctionNode,
representing that at that control flow point in specific, the function might be called.
This edge type is most commonly used to connect two FunctionNode | FunctionNodes. It represents that the incoming function might call the outgoing function.
For certain use cases, it may also be acceptable for this edge type to connect a ControlFlowNode | ControlFlowNode to a FunctionNode | FunctionNode, representing that at that control flow point in specific, the function might be called.