MCPcopy Create free account
hub / github.com/catboost/catboost / GetStr

Method GetStr

tools/fix_elf/patch.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 TStringBuf GetStr(size_t offset) const noexcept {
106 return GetPtr(offset);
107 }
108
109 TStringBuf GetName() const noexcept {
110 return TSection{Elf, Elf->GetSectionsNameSection()}.GetPtr(This->sh_name);

Callers 2

operator()Method · 0.80
PatchFunction · 0.80

Calls 1

GetPtrFunction · 0.50

Tested by

no test coverage detected