Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Length
Method
Length
util/memory/blob.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
inline size_t Length() const noexcept {
144
return Map_.MappedSize();
145
}
146
147
private:
148
TFileMap Map_;
Callers
4
CopyConstruct
Function · 0.45
ConstructFromMap
Function · 0.45
ConstructAsMap
Function · 0.45
ReadFromFile
Function · 0.45
Calls
1
MappedSize
Method · 0.45
Tested by
no test coverage detected