MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / state

Method state

extlibs/sol3/include/sol/sol.hpp:25121–25123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25119 }
25120
25121 state_view state() const {
25122 return state_view(this->thread_state());
25123 }
25124
25125 bool is_main_thread() const {
25126 return stack::is_main_thread(this->thread_state());

Callers

nothing calls this directly

Calls 2

thread_stateMethod · 0.95
state_viewClass · 0.70

Tested by

no test coverage detected