| 999 | |
| 1000 | public: |
| 1001 | FunctionEntry(const ModuleEntry& lib, const unsigned int index) noexcept : m_lib(lib), m_index(index) |
| 1002 | { |
| 1003 | } |
| 1004 | |
| 1005 | const ModuleEntry& lib() const noexcept |
| 1006 | { |
nothing calls this directly
no outgoing calls
no test coverage detected