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

Method lua_state

include/sol/stack_reference.hpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 lua_State* lua_state() const noexcept {
290 return m_L;
291 }
292
293 result_type operator()(const argument_type& lhs) const noexcept {
294 std::hash<const void*> h;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected