Returns pointer to first mutex it finds in the container. This should not throw, and takes O(1) most of the time. At worse, it takes O(m) operations where m is the size of the container. @param mutexes Container of mutexes. @return Pointer to first mutex it finds, or nullptr if container is empty or each element is a nullptr. */
source not stored for this graph (policy: none)
no test coverage detected