MCPcopy Create free account
hub / github.com/crosire/reshade / call_unchecked

Function call_unchecked

source/hook_manager.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306template <typename T>
307static T call_unchecked(T replacement)
308{
309 return reinterpret_cast<T>(find_internal(nullptr, reinterpret_cast<reshade::hook::address>(replacement)).call());
310}
311
312static void install_delayed_hooks(const std::filesystem::path &loaded_path, bool check_all = false)
313{

Callers 4

HookLoadLibraryAFunction · 0.85
HookLoadLibraryExAFunction · 0.85
HookLoadLibraryWFunction · 0.85
HookLoadLibraryExWFunction · 0.85

Calls 2

find_internalFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected