Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ operator<
Function
operator<
source/util/bstring.cpp:1107–1109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1105
}
1106
1107
bool operator<(const BString& s2, const BString& s1) {
1108
return s2.compareTo(s1) < 0;
1109
}
1110
1111
bool operator<(const BString& s2, const char* s1) {
1112
return s2.compareTo(s1) < 0;
Callers
nothing calls this directly
Calls
1
compareTo
Method · 0.80
Tested by
no test coverage detected