Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ copy
Method
copy
Libs/sol/sol.hpp:9397–9399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9395
}
9396
9397
int copy() const noexcept {
9398
return copy(lua_state());
9399
}
9400
9401
int copy(lua_State* L) const noexcept {
9402
return stateless_reference::copy(L);
Callers
4
copy_assign
Method · 0.45
stateless_reference
Method · 0.45
copy_assign
Method · 0.45
basic_reference
Method · 0.45
Calls
1
copy
Function · 0.85
Tested by
no test coverage detected