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

Function findJsonFilePaths

lib/utils/FileUtil.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61std::vector<std::string> findJsonFilePaths(std::string Dir) {
62 return findFilePaths(Dir, ".json");
63}
64
65bool saveFile(const char *filePath, const char *buffer) {
66 std::ofstream outputFile(filePath);

Callers 1

TESTFunction · 0.85

Calls 1

findFilePathsFunction · 0.85

Tested by 1

TESTFunction · 0.68