Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Grive/grive
/ Swap
Method
Swap
libgrive/src/xml/Node.cc:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void Node::Swap( Node& node )
254
{
255
std::swap( node.m_ptr, m_ptr ) ;
256
}
257
258
bool Node::IsCompatible( Type parent, Type child )
259
{
Callers
nothing calls this directly
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected