Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
namespace 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
JoinFsPaths
Function · 0.85
Calls
1
TFsPath
Class · 0.70
Tested by
no test coverage detected