MCPcopy Create free account
hub / github.com/SpartanJ/eepp / create

Method create

src/tools/ecode/plugins/lsp/lspclientplugin.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 enum CustomInfo { URI, TextRange };
146
147 static std::shared_ptr<LSPLocationModel> create( const std::string& workspaceFolder,
148 const std::vector<LSPLocation>& data ) {
149 return std::make_shared<LSPLocationModel>( workspaceFolder, data );
150 }
151
152 LSPLocationModel( const std::string& workspaceFolder, const std::vector<LSPLocation>& locs ) {
153 createLocs( workspaceFolder, locs );

Callers 2

startMethod · 0.45
runLinterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected