Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ Compare
Method
Compare
sdk/angelscript/source/as_string.cpp:344–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
int asCString::Compare(const char *str) const
345
{
346
return asCompareStrings(AddressOf(), length, str, strlen(str));
347
}
348
349
int asCString::Compare(const asCString &str) const
350
{
Callers
4
GetScriptSectionNameIndex
Method · 0.80
operator ==
Function · 0.80
operator !=
Function · 0.80
operator <
Function · 0.80
Calls
3
asCompareStrings
Function · 0.85
AddressOf
Method · 0.45
GetLength
Method · 0.45
Tested by
no test coverage detected