MCPcopy Create free account
hub / github.com/SpartanJ/eepp / rfind

Method rfind

src/eepp/core/string.cpp:2304–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302}
2303
2304std::size_t String::rfind( const String& str, std::size_t pos ) const {
2305 return mString.rfind( str.mString, pos );
2306}
2307
2308std::size_t String::rfind( const char* s, std::size_t pos ) const {
2309 return rfind( String( s ), pos );

Callers 3

globMatchMethod · 0.80
findLastTypeFunction · 0.80
processHasChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected