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

Method lua_state

include/sol/protected_function_result.hpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 lua_State* lua_state() const noexcept {
201 return L;
202 };
203 int stack_index() const noexcept {
204 return index;
205 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected