MCPcopy Create free account
hub / github.com/Segs/Segs / lua_state

Method lua_state

3rd_party/lua_sol2/include/sol.hpp:11887–11890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11885 }
11886
11887 lua_State* lua_state() const {
11888 const Super& super = *static_cast<const Super*>(static_cast<const void*>(this));
11889 return super.lua_state();
11890 }
11891 };
11892} // namespace sol
11893

Callers

nothing calls this directly

Calls 1

lua_stateMethod · 0.45

Tested by

no test coverage detected