MCPcopy Create free account
hub / github.com/Beckhoff/ADS / Path

Class Path

AdsLib/AdsFile.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 const size_t maxdepth, std::ostream &os)
88{
89 struct Path {
90 size_t depth;
91 std::string path;
92 };
93 std::list<struct Path> pendingDirs{ { 0, basePath } };
94 while (!pendingDirs.empty()) {
95 auto path = pendingDirs.front().path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected