| 1263 | |
| 1264 | public: |
| 1265 | explicit ModuleEntry(const typename DirBoundImports::Type* const descriptor) noexcept |
| 1266 | : m_directoryBase(descriptor) |
| 1267 | , m_descriptor(descriptor) |
| 1268 | { |
| 1269 | } |
| 1270 | |
| 1271 | const typename DirBoundImports::Type* directoryBase() const noexcept |
| 1272 | { |
nothing calls this directly
no outgoing calls
no test coverage detected