MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / DebugEntry

Method DebugEntry

loader/Pe.hpp:2122–2124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120
2121 public:
2122 explicit DebugEntry(const typename DirDebug::Type* const debugEntry) noexcept : m_debugEntry(debugEntry)
2123 {
2124 }
2125
2126 const typename DirDebug::Type* debugEntry() const noexcept
2127 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected