Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetPointer
Method
GetPointer
engine/ddf/src/ddf/ddf_loadcontext.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void* LoadContext::GetPointer(uint32_t offset)
100
{
101
return (void*)(m_Start+offset);
102
}
103
104
void LoadContext::SetMemoryBuffer(char* buffer, int buffer_size, bool dry_run)
105
{
Callers
1
AddString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected