MCPcopy Create free account
hub / github.com/comaps/comaps / IsValidDir

Function IsValidDir

generator/descriptions_section_builder.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace
25{
26bool IsValidDir(std::string const & path)
27{
28 return Platform::IsFileExistsByFullPath(path) && Platform::IsDirectory(path);
29}
30} // namespace
31
32WikidataHelper::WikidataHelper(std::string const & mwmPath, std::string const & idToWikidataPath)

Callers 1

FindPageAndFillMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected