* Adds a new node with the given value to the list. * @param {LinkedList } list * @param {LinkedListNode } node * @param {T} value * @returns {LinkedListNode } The added node. * @template T
(list, node, value)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected