MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / refresh

Method refresh

lib/system/stacktrace.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34 ~DbgHelp() noexcept { winapi::SymCleanup(Process); }
35 void refresh() noexcept { winapi::SymRefreshModuleList(Process); }
36 winapi::HANDLE_ Process;
37 winapi::DWORD64_ SelfBase, NtDllBase, Kernel32Base;
38 };

Callers 1

stackTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected