MCPcopy Create free account
hub / github.com/Samsung/UTopia / findASTFilePaths

Function findASTFilePaths

lib/utils/FileUtil.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::vector<std::string> findASTFilePaths(std::string Dir) {
58 return findFilePaths(Dir, ".ast");
59}
60
61std::vector<std::string> findJsonFilePaths(std::string Dir) {
62 return findFilePaths(Dir, ".json");

Callers 1

TESTFunction · 0.85

Calls 1

findFilePathsFunction · 0.85

Tested by 1

TESTFunction · 0.68