Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ operator<
Function
operator<
graphlearn/src/common/string/lite_string.h:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
inline bool operator<(LiteString x, LiteString y) {
153
return x.compare(y) < 0;
154
}
155
156
inline bool operator>(LiteString x, LiteString y) {
157
return x.compare(y) > 0;
Callers
nothing calls this directly
Calls
1
compare
Method · 0.80
Tested by
no test coverage detected