MCPcopy Create free account
hub / github.com/Vector35/debugger / PerformGetLength

Method PerformGetLength

core/processview.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92uint64_t DebugProcessView::PerformGetLength() const
93{
94 return m_length;
95}
96
97
98DebugProcessViewType::DebugProcessViewType() : BinaryViewType("Debugger", "Debugger") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected