Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetName
Method
GetName
tools/fix_elf/patch.h:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
TStringBuf GetName() const noexcept {
110
return TSection{Elf, Elf->GetSectionsNameSection()}.GetPtr(This->sh_name);
111
}
112
113
size_t GetLink() const noexcept {
114
return This->sh_link;
Callers
1
PatchGnuUnique
Function · 0.45
Calls
2
GetSectionsNameSection
Method · 0.80
GetPtr
Method · 0.45
Tested by
no test coverage detected