Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ contains
Function
contains
source/globjects/source/IncludeProcessor.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
inline bool contains(const std::string& string, const std::string& search)
30
{
31
return string.find(search) != std::string::npos;
32
}
33
34
inline bool startsWith(const std::string& string, char firstChar)
35
{
Callers
1
process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected