MCPcopy Create free account
hub / github.com/ThePhD/sol2 / copy

Method copy

include/sol/stack_reference.hpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 stateless_stack_reference copy(lua_State* L_) const noexcept {
116 return stateless_stack_reference(L_, raw_index(m_index));
117 }
118
119 void copy_assign(lua_State*, const stateless_stack_reference& right) noexcept {
120 m_index = right.m_index;

Callers

nothing calls this directly

Calls 2

raw_indexClass · 0.85

Tested by

no test coverage detected