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

Method get_mapped_wstring_line

src/npp/EditorInterface.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78MappedWstring EditorInterface::get_mapped_wstring_line(TextPosition line) {
79 auto result = to_mapped_wstring(get_line(line));;
80 auto line_start = get_line_start_position(line);
81 for (auto &val : result.mapping)
82 val += line_start;
83 return result;
84}

Callers 1

Calls 1

to_mapped_wstringFunction · 0.85

Tested by

no test coverage detected