MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / indexOf

Method indexOf

source/util/bstring.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351int BString::indexOf(const BString& s, int fromIndex) const {
352 return indexOf(s.data->str, fromIndex);
353}
354
355int BString::indexOf(const char* s, int fromIndex) const {
356 if (isEmpty()) {

Callers 15

shiftBaseMethod · 0.80
getDependMethod · 0.80
postParseParamMethod · 0.80
runTestMethod · 0.80
getResolutionFunction · 0.80
readFileFunction · 0.80
getParameterFunction · 0.80
endsWithFunction · 0.80
common.jsFile · 0.80
commentMethod · 0.80
countOfMethod · 0.80

Calls 1

lengthFunction · 0.85

Tested by

no test coverage detected