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

Method IniWorker

src/common/IniWorker.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "Utility.h"
18
19IniWorker::IniWorker(std::wstring_view app_name, std::wstring_view file_name, Action action)
20 : m_app_name{app_name},
21 m_file_name{
22 file_name
23 },
24 m_action{action} {
25}
26
27constexpr auto initial_buf_size = 256;
28constexpr auto max_buf_size = 100 * 1024;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected