Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator=
Method
operator=
extlibs/vili/src/node.cpp:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void node::operator=(const node& copy)
241
{
242
m_data = copy.m_data;
243
}
244
245
node_type node::type() const
246
{
Callers
2
basic_object
Class · 0.45
sol.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected