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

Function JoinFsPaths

util/folder/path.h:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230template <class... Ts>
231TString JoinFsPaths(Ts&&... args) {
232 TFsPath fsPath;
233 ::NPrivate::AppendToFsPath(fsPath, std::forward<Ts>(args)...);
234 return fsPath.GetPath();
235}

Callers 15

LoadFilesAndSubdirsMethod · 0.85
GetFullPathMethod · 0.85
MakeAbsolutePathFunction · 0.85
GetApproxFileNameMethod · 0.85
CreateLoggerFunction · 0.85
plot.cppFile · 0.85
WriteMethod · 0.85
FreeRamMethod · 0.85
TrainFunction · 0.85
CreateLogsMethod · 0.85
EvaluateFeaturesImplFunction · 0.85
TTensorBoardLoggerMethod · 0.85

Calls 1

AppendToFsPathFunction · 0.85

Tested by

no test coverage detected