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

Function rc_str

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

Source from the content-addressed store, hash-verified

695}
696
697std::wstring rc_str(UINT string_id) { return std::wstring{rc_str_view(string_id)}; }
698
699void print_to_log(std::wstring_view line, HWND parent_wnd) {
700 if (!settings)

Callers 15

command_menu_initFunction · 0.85
rearrange_menuFunction · 0.85
getNameFunction · 0.85
gui_stringFunction · 0.85
update_file_listMethod · 0.85
add_to_dictionaryMethod · 0.85
get_product_and_versionFunction · 0.85
fill_lib_infoMethod · 0.85

Calls 1

rc_str_viewFunction · 0.85

Tested by

no test coverage detected