MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/SOAR / getPath

Method getPath

src/simulator/local_sensing/include/filesystem.h:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12public:
13 static std::string getPath(const std::string &path) {
14 static std::string (*pathBuilder)(std::string const &) = getPathBuilder();
15 return (*pathBuilder)(path);
16 }
17
18private:
19 static std::string const &getRoot() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected