MCPcopy Create free account
hub / github.com/catboost/catboost / AppendToFsPath

Function AppendToFsPath

util/folder/path.h:220–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219namespace NPrivate {
220 inline void AppendToFsPath(TFsPath&) {
221 }
222
223 template <class T, class... Ts>
224 void AppendToFsPath(TFsPath& fsPath, const T& arg, Ts&&... args) {

Callers 1

JoinFsPathsFunction · 0.85

Calls 1

TFsPathClass · 0.70

Tested by

no test coverage detected