| 42 | #ifndef OSVR_DOXYGEN_EXTERNAL |
| 43 | namespace detail { |
| 44 | template <ShutdownHandler F> void handlerWrapper(int) { F(); } |
| 45 | } // namespace detail |
| 46 | #endif // #ifndef OSVR_DOXYGEN_EXTERNAL |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected