Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsNull
Method
IsNull
tools/fix_elf/patch.h:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool IsNull() const noexcept {
98
return !This;
99
}
100
101
char* GetPtr(size_t offset = 0) const noexcept {
102
return Elf->GetPtr(This->sh_offset) + offset;
Callers
1
Patch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected