Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ clearEntries
Method
clearEntries
Engine/source/console/consoleInternal.cpp:938–942 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
}
937
938
void Namespace::clearEntries()
939
{
940
for (Entry *walk = mEntryList; walk; walk = walk->mNext)
941
walk->clear();
942
}
943
944
Namespace *Namespace::find(StringTableEntry name, StringTableEntry package)
945
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected