Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ addIntString
Method
addIntString
Engine/source/console/compiler.cpp:171–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
U32 CompilerStringTable::addIntString(U32 value)
172
{
173
dSprintf(buf, sizeof(buf),
"%d"
, value);
174
return add(buf);
175
}
176
177
U32 CompilerStringTable::addFloatString(F64 value)
178
{
Callers
1
compile
Method · 0.80
Calls
2
dSprintf
Function · 0.85
add
Function · 0.50
Tested by
no test coverage detected