Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitalAudio/visage
/ compare
Method
compare
visage_utils/string_utils.h:270–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
int compare(const String& other) const { return string_.compare(other.string_); }
271
int naturalCompare(const String& other) const { return naturalCompare(string_, other.string_); }
272
273
String toLower() const;
Callers
1
endsWith
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected