Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ copy
Method
copy
extlibs/sol3/include/sol/sol.hpp:8831–8833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8829
}
8830
8831
int copy() const noexcept {
8832
return copy(lua_state());
8833
}
8834
8835
int copy(lua_State* L) const noexcept {
8836
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.50
Tested by
no test coverage detected