Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ tokenICmp
Method
tokenICmp
Engine/source/core/tokenizer.cpp:605–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
}
604
605
bool Tokenizer::tokenICmp(const char* pCmp) const
606
{
607
return dStricmp(mCurrTokenBuffer, pCmp) == 0;
608
}
609
610
bool Tokenizer::findToken(U32 start, const char* pCmp)
611
{
Callers
2
parseObject
Method · 0.80
parseFile
Method · 0.80
Calls
1
dStricmp
Function · 0.85
Tested by
no test coverage detected