Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecazam/kram
/ String_HasChar
Function
String_HasChar
hlslparser/src/Engine.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
bool String_HasChar(const char* str, char c)
127
{
128
return strchr(str, c) != NULL;
129
}
130
131
bool String_HasString(const char* str, const char* search)
132
{
Callers
1
String_PrintfArgList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected