Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getLength
Method
getLength
Source/MemoryScanner/MemoryScanner.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
size_t MemScanner::getLength() const
739
{
740
return m_memSize;
741
}
742
743
bool MemScanner::getIsUnsigned() const
744
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected