MCPcopy 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
29inline bool contains(const std::string& string, const std::string& search)
30{
31 return string.find(search) != std::string::npos;
32}
33
34inline bool startsWith(const std::string& string, char firstChar)
35{

Callers 1

processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected