MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_debug_log_path

Function get_debug_log_path

src/plugin/Plugin.cpp:476–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476std::wstring get_debug_log_path() {
477 std::vector<wchar_t> buf(MAX_PATH);
478 GetTempPath(static_cast<DWORD>(buf.size()), buf.data());
479 std::wstring path = buf.data();
480 path += L"\\DSpellCheck_Debug_Log.txt";
481 return path;
482}
483
484void rearrange_menu() {
485 auto plugin_menu = get_this_plugin_menu();

Callers 6

plugin_clean_upFunction · 0.85
switch_debug_loggingFunction · 0.85
open_debug_logFunction · 0.85
print_to_logFunction · 0.85
delete_logFunction · 0.85

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected