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

Method GetPtr

tools/fix_elf/patch.h:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 char* GetPtr(size_t offset = 0) const noexcept {
102 return Elf->GetPtr(This->sh_offset) + offset;
103 }
104
105 TStringBuf GetStr(size_t offset) const noexcept {
106 return GetPtr(offset);

Callers

nothing calls this directly

Calls 1

GetPtrMethod · 0.45

Tested by

no test coverage detected