MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / register_

Method register_

ogsr_engine/Luabind/src/scope.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void scope::register_(lua_State* L) const
81 {
82 for (detail::registration* r = m_chain; r != nullptr; r = r->m_next)
83 {
84 LUABIND_CHECK_STACK(L);
85 r->register_(L);
86 }
87 }
88
89} // namespace luabind
90

Callers 2

operator[]Method · 0.45
register_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected