Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ clearEntries
Method
clearEntries
Engine/source/console/consoleInternal.cpp:959–963 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
957
}
958
959
void Namespace::clearEntries()
960
{
961
for(Entry *walk = mEntryList; walk; walk = walk->mNext)
962
walk->clear();
963
}
964
965
Namespace *Namespace::find(StringTableEntry name, StringTableEntry package)
966
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected