Get the edge between 2 nodes. If either node does not exist or there is no edge exists between them then the method returns null. @param fromID ID for the from node @param toID ID for the to node @return the edge or null if it doesn't exist
(int fromID, int toID)
source not stored for this graph (policy: none)
no test coverage detected