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

Method trashCache

Engine/source/console/consoleInternal.cpp:1147–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145}
1146
1147void Namespace::trashCache()
1148{
1149 mCacheSequence++;
1150 mCacheAllocator.freeBlocks();
1151}
1152
1153const char *Namespace::tabComplete(const char *prevText, S32 baseLen, bool fForward)
1154{

Callers

nothing calls this directly

Calls 1

freeBlocksMethod · 0.45

Tested by

no test coverage detected