Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetEntryCount
Method
GetEntryCount
tools/fix_elf/patch.h:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
size_t GetEntryCount() const noexcept {
122
return GetSize() / This->sh_entsize;
123
}
124
125
template<typename TTo = char>
126
TTo* GetEntry(size_t i) const noexcept {
Callers
4
ProcessFile
Function · 0.80
Patch
Function · 0.80
PatchGnuUnique
Function · 0.80
TestClear
Method · 0.80
Calls
1
GetSize
Function · 0.50
Tested by
1
TestClear
Method · 0.64