Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrstr
Function
dStrstr
engine/source/platformEmscripten/EmscriptenStrings.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
251
252
char* dStrstr(char *str1, const char *str2)
253
{
254
return strstr(str1,str2);
255
}
256
257
const char* dStrstr(const char *str1, const char *str2)
258
{
Callers
3
ModifyFile
Function · 0.70
getFileTimes
Method · 0.70
getGLCapabilities
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected