Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ precompileIdent
Function
precompileIdent
Engine/source/console/compiler.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
CompilerIdentTable &getIdentTable() { return gIdentTable; }
104
105
void precompileIdent(StringTableEntry ident)
106
{
107
if(ident)
108
gGlobalStringTable.add(ident);
109
}
110
111
void resetTables()
112
{
Callers
2
compile
Method · 0.85
compileStmt
Method · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected