MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / main

Function main

test/cpp17/fs.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#endif
16
17int main(void) {
18 std::stringstream ss;
19 fs::path current = ".";
20 for (auto& entry : fs::directory_iterator(current)) {
21 ss << entry.path() << std::endl;
22 }
23 std::cout << "OK";
24 return 0;
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected