MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / view

Method view

source/core/StarLua.hpp:1646–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646inline StringView LuaString::view() const {
1647 return engine().stringView(handleIndex());
1648}
1649
1650inline bool operator==(LuaString const& s1, LuaString const& s2) {
1651 return s1.view() == s2.view();

Callers 1

operator==Function · 0.80

Calls 1

stringViewMethod · 0.80

Tested by

no test coverage detected