MCPcopy Create free account
hub / github.com/MaskRay/ccls / fromPath

Method fromPath

src/lsp.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44DocumentUri DocumentUri::fromPath(const std::string &path) {
45 DocumentUri result;
46 result.setPath(path);
47 return result;
48}
49
50void DocumentUri::setPath(const std::string &path) {
51 // file:///c%3A/Users/jacob/Desktop/superindex/indexer/full_tests

Callers

nothing calls this directly

Calls 1

setPathMethod · 0.80

Tested by

no test coverage detected