Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPtr
Method
GetPtr
tools/fix_elf/patch.h:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
char* GetPtr(size_t offset = 0) const noexcept {
36
return Begin + offset;
37
}
38
39
Elf64_Shdr* GetSectionByType(Elf64_Word type) const {
40
Elf64_Shdr* r = nullptr;
Callers
2
GetPtr
Method · 0.45
GetName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected