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

Method set_active_document_text_raw

test/MockEditorInterface.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void MockEditorInterface::set_active_document_text_raw(
523 const std::string &text) {
524 auto doc = active_document();
525 if (doc)
526 doc->set_data_raw(text);
527}
528
529std::vector<std::string>
530MockEditorInterface::get_underlined_words(

Callers 1

Calls 1

set_data_rawMethod · 0.80

Tested by

no test coverage detected