* Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected