Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ ~DetourTransaction
Method
~DetourTransaction
ExplorerHooks/detourtransaction.cpp:128–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
DetourTransaction::~DetourTransaction() noexcept
129
{
130
if (m_IsTransacting)
131
{
132
FAIL_FAST_IF_WIN32_ERROR(DetourTransactionAbort());
133
}
134
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected