Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
std::vector<std::string> findJsonFilePaths(std::string Dir) {
62
return findFilePaths(Dir,
".json"
);
63
}
64
65
bool saveFile(const char *filePath, const char *buffer) {
66
std::ofstream outputFile(filePath);
Callers
1
TEST
Function · 0.85
Calls
1
findFilePaths
Function · 0.85
Tested by
1
TEST
Function · 0.68