MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ofIsStringInString

Function ofIsStringInString

Source/OpenFrameworksPort.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool ofIsStringInString(const std::string& haystack, const std::string& needle)
504{
505 return (strstr(haystack.c_str(), needle.c_str()) != nullptr);
506}
507
508void ofScale(float x, float y, float z)
509{

Callers 4

DrawStringMethod · 0.85
GetUIControlMethod · 0.85
RunCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected