MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / state

Method state

Source/Misc/luabind/src/weak_ref.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 lua_State* weak_ref::state() const
171 {
172 assert(m_impl);
173 return m_impl->state;
174 }
175
176} // namespace luabind

Callers 15

catchFunction · 0.80
LComponents.cppFile · 0.80
createAlertWindowMethod · 0.80
getScrollbarEffectMethod · 0.80
getDefaultFolderImageMethod · 0.80
createComboBoxTextBoxMethod · 0.80
createSliderButtonMethod · 0.80
createSliderTextBoxMethod · 0.80
getSliderEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected