MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / clone

Method clone

src/document/UBDocumentController.cpp:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300UBDocumentTreeNode *UBDocumentTreeNode::clone()
301{
302 return new UBDocumentTreeNode(this->mType
303 , this->mName
304 , this->mDisplayName
305 , this->mProxy);
306}
307
308QString UBDocumentTreeNode::dirPathInHierarchy()
309{

Callers 15

uaFunction · 0.80
jquery.jsFile · 0.80
JaFunction · 0.80
OpenLayers.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected