MCPcopy Create free account
hub / github.com/chen3feng/toft / Join

Method Join

storage/path/path.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string Path::Join(const std::string& p1, const std::string& p2)
113{
114 const std::string* paths[] = {&p1, &p2};
115 return DoJoin(paths, TOFT_ARRAY_SIZE(paths));
116}
117
118std::string Path::Join(const std::string& p1, const std::string& p2,
119 const std::string& p3)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected