MCPcopy 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
2028bool operator == (const acl::string* s,const acl::string& str)
2029{
2030 return (str == s);
2031}
2032
2033bool operator == (const char* s,const acl::string& str)
2034{

Callers

nothing calls this directly

Calls 3

ncompareMethod · 0.80
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…