Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ readPtr
Function
readPtr
library/include/MemAccess.h:117–120 ·
view source on GitHub ↗
read a pointer
Source
from the content-addressed store, hash-verified
115
116
/// read a pointer
117
char* readPtr(const void* address)
118
{
119
return *(char**)address;
120
}
121
/// read a pointer
122
void readPtr(const void* address, char*& value)
123
{
Callers
1
doReadClassName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected