MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / trashCache

Method trashCache

Engine/source/console/consoleInternal.cpp:1162–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162void Namespace::trashCache()
1163{
1164 mCacheSequence++;
1165 mCacheAllocator.freeBlocks();
1166}
1167
1168const char *Namespace::tabComplete(const char *prevText, S32 baseLen, bool fForward)
1169{

Callers

nothing calls this directly

Calls 1

freeBlocksMethod · 0.45

Tested by

no test coverage detected