containsElement try loop over the list check if the list includes the element. return (false, false) if impossible. return (true, false) if element was not found. return (true, true) if element was found.
(list interface{}, element interface{})
source not stored for this graph (policy: none)
no test coverage detected