MCPcopy Create free account
hub / github.com/ThePhD/sol2 / lua_state

Method lua_state

include/sol/stack_reference.hpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 lua_State* lua_state() const noexcept {
246 return m_L;
247 }
248
249 bool operator()(const stateless_stack_reference& lhs, const stateless_stack_reference& rhs) const {
250 return lhs.equals(lua_state(), rhs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected