MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / operator()

Method operator()

ExplorerHooks/detourtransaction.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void DetourTransaction::node_deleter::operator()(node *ptr) const noexcept
47{
48 ptr->~node();
49 FAIL_FAST_IF_WIN32_BOOL_FALSE(HeapFree(s_Heap.get(), 0, ptr));
50}
51
52void DetourTransaction::attach_internal(void **function, void *detour) noexcept
53{

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected