Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsSymlink
Method
IsSymlink
util/system/fstat.cpp:226–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
bool TFileStat::IsSymlink() const noexcept {
227
return S_ISLNK(Mode);
228
}
229
230
i64 GetFileLength(FHANDLE fd) {
231
#if defined(_win_)
Callers
2
RunSymLinkTest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected