MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / StorageRootPath

Function StorageRootPath

libi2pd/FS.h:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181 template<typename Storage, typename... Filename>
182 std::string StorageRootPath (const Storage& storage, Filename... filenames)
183 {
184 std::stringstream s("");
185 s << storage.GetRoot ();
186 _ExpandPath(s, filenames...);
187
188 return s.str();
189 }
190
191} // fs
192} // i2p

Callers 1

InitMethod · 0.85

Calls 1

_ExpandPathFunction · 0.85

Tested by

no test coverage detected