Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Length
Method
Length
util/system/filemap.cpp:422–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
i64 TMemoryMap::Length() const noexcept {
423
return Impl_->Length();
424
}
425
426
bool TMemoryMap::IsOpen() const noexcept {
427
return Impl_->IsOpen();
Callers
6
TElf
Method · 0.45
operator()
Method · 0.45
TMappingReader
Method · 0.45
BasicTest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected