Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ operator==
Function
operator==
source/core/StarLua.hpp:1650–1652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1648
}
1649
1650
inline bool operator==(LuaString const& s1, LuaString const& s2) {
1651
return s1.view() == s2.view();
1652
}
1653
1654
inline bool operator==(LuaString const& s1, char const* s2) {
1655
return s1.view() == s2;
Callers
1
operator==
Method · 0.70
Calls
1
view
Method · 0.80
Tested by
no test coverage detected