Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ operator ==
Function
operator ==
lib_acl_cpp/src/stdlib/string.cpp:2028–2031 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2026
}
2027
2028
bool operator == (const acl::string* s,const acl::string& str)
2029
{
2030
return (str == s);
2031
}
2032
2033
bool operator == (const char* s,const acl::string& str)
2034
{
Callers
nothing calls this directly
Calls
3
ncompare
Method · 0.80
size
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…