Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ PerformGetAddressSize
Method
PerformGetAddressSize
core/processview.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
size_t DebugProcessView::PerformGetAddressSize() const
87
{
88
return m_addressSize;
89
}
90
91
92
uint64_t DebugProcessView::PerformGetLength() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected