MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / SameLuaState

Method SameLuaState

include/dmlc/lua.h:264–266  ·  view source on GitHub ↗

! * \param L the other lua state. * \return if the internal lua state is same as L */

Source from the content-addressed store, hash-verified

262 * \return if the internal lua state is same as L
263 */
264 inline bool SameLuaState(lua_State *L) const {
265 return L_ == L;
266 }
267
268 protected:
269 struct StackReset;

Callers 1

PushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected