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