Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getResultCount
Method
getResultCount
Source/MemoryScanner/MemoryScanner.cpp:708–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
}
707
708
size_t MemScanner::getResultCount() const
709
{
710
return m_resultCount;
711
}
712
713
bool MemScanner::hasUndo() const
714
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected