MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / DbgHelpQuery

Method DbgHelpQuery

src/ll/api/utils/StacktraceUtils_win.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85class [[nodiscard]] DbgHelpQuery {
86public:
87 DbgHelpQuery() noexcept : lock() {
88 if (DbgHelpState::refCount == 0) {
89 ownsRef = acquireDbgHelpRef();
90 } else {
91 initialized = true;
92 }
93 }
94
95 ~DbgHelpQuery() {
96 if (ownsRef) {

Callers

nothing calls this directly

Calls 1

acquireDbgHelpRefFunction · 0.85

Tested by

no test coverage detected