Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Duplicate
Function
Duplicate
util/system/file.cpp:1347–1349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1345
}
1346
1347
TFile Duplicate(FILE* f) {
1348
return Duplicate(fileno(f));
1349
}
1350
1351
TFile Duplicate(int fd) {
1352
#if defined(_win_)
Callers
4
OpenOutput
Function · 0.85
CalcModelSingleHost
Method · 0.85
Duplicate2Posix
Method · 0.85
TImpl
Method · 0.85
Calls
3
LastSystemError
Function · 0.85
TFile
Class · 0.70
dup
Function · 0.50
Tested by
no test coverage detected