Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ operator !=
Function
operator !=
libhsclient/string_ref.hpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
inline bool
55
operator !=(const string_ref& x, const string_ref& y) {
56
return (x.size() != y.size()) ||
57
(::memcmp(x.begin(), y.begin(), x.size()) != 0);
58
}
59
60
};
61
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected