indicator whether list is sorted or not * @brief Search an element in the list using binarySearch. * @param dataArr list * @param first pointer to the first element in the remaining list * @param last pointer to the last element in the remaining list * @param val element that will be searched * @return index of element in the list if present else -1 */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected