MCPcopy 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
226bool TFileStat::IsSymlink() const noexcept {
227 return S_ISLNK(Mode);
228}
229
230i64 GetFileLength(FHANDLE fd) {
231#if defined(_win_)

Callers 2

RunSymLinkTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected