Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ State
Method
State
tests/run_time/source/basic.cpp:606–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
struct State {
605
public:
606
State() {
607
this->state_.globals()[
"state"
] = this;
608
}
609
610
sol::state state_;
611
};
Callers
nothing calls this directly
Calls
1
globals
Method · 0.80
Tested by
no test coverage detected