Represents an edge in the call graph, indicating a call from one function to another.
The source node ID representing the calling function
The destination node ID representing the called function
Represents an edge in the call graph, indicating a call from one function to another.