MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / ApplyFileUpdate

Method ApplyFileUpdate

CodeFormatServer/src/DB/FileDB.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void FileDB::ApplyFileUpdate(std::size_t fileId, std::string &&text) {
12 auto ptr = std::make_shared<std::string>(std::move(text));
13 Input(fileId, std::move(ptr));
14}
15
16void FileDB::ApplyFileUpdate(std::vector<lsp::TextDocumentContentChangeEvent> &changeEvent) {
17}

Callers 1

UpdateFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected