MCPcopy Create free account
hub / github.com/cpputest/cpputest / find

Method find

src/CppUTest/SimpleString.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531size_t SimpleString::find(char ch) const
532{
533 return findFrom(0, ch);
534}
535
536size_t SimpleString::findFrom(size_t starting_position, char ch) const
537{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64