MCPcopy 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
1650inline bool operator==(LuaString const& s1, LuaString const& s2) {
1651 return s1.view() == s2.view();
1652}
1653
1654inline bool operator==(LuaString const& s1, char const* s2) {
1655 return s1.view() == s2;

Callers 1

operator==Method · 0.70

Calls 1

viewMethod · 0.80

Tested by

no test coverage detected