MCPcopy 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

PatchGnuUniqueFunction · 0.45

Calls 2

GetPtrMethod · 0.45

Tested by

no test coverage detected