| 1884 | |
| 1885 | public: |
| 1886 | explicit RuntimeFunctionEntry(const typename DirExceptions::Type* runtimeFunction) noexcept |
| 1887 | : m_runtimeFunction(runtimeFunction) |
| 1888 | { |
| 1889 | } |
| 1890 | |
| 1891 | const typename DirExceptions::Type* runtimeFunction() const noexcept |
| 1892 | { |
nothing calls this directly
no outgoing calls
no test coverage detected