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

Method compareTo

source/util/bstring.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278int BString::compareTo(const BString& s, bool ignoreCase, int offset, int len) const {
279 return compareTo(s.data->str, ignoreCase, offset, len);
280}
281
282int BString::compareTo(const char* s, bool ignoreCase, int offset, int len) const {
283 if (!s) {

Callers 10

loadAppsFunction · 0.80
sortContainersMethod · 0.80
operator==Function · 0.80
operator!=Function · 0.80
operator<Function · 0.80
operator>Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected