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

Method contains

source/util/bstring.cpp:312–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312bool BString::contains(const BString& s, bool ignoreCase) const {
313 return contains(s.data->str, ignoreCase);
314}
315
316bool BString::contains(const char* s, bool ignoreCase) const {
317 if (isEmpty()) {

Callers 15

dmul16Method · 0.45
dmul32Method · 0.45
divInternalMethod · 0.45
mul8internalMethod · 0.45
mul16internalMethod · 0.45
mul32internalMethod · 0.45
shiftBaseMethod · 0.45
installMethod · 0.45
runMethod · 0.45
getDependMethod · 0.45
getDependsMethod · 0.45
parseCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected