Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getContainerCount
Method
getContainerCount
Source/MemoryWatch/MemWatchEntry.cpp:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
size_t MemWatchEntry::getContainerCount() const
225
{
226
return m_collectionCount;
227
}
228
229
void MemWatchEntry::setContainerCount(size_t size)
230
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected