MCPcopy Create free account
hub / github.com/Axosoft/nsfw / setParent

Method setParent

src/linux/InotifyTree.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void InotifyTree::InotifyNode::setParent(InotifyNode *newParent) {
487 mParent = newParent;
488}
489
490std::string InotifyTree::InotifyNode::createFullPath(std::string parentPath, std::string name) {
491 std::stringstream fullPathStream;

Callers 2

pullChildMethod · 0.80
takeChildAsNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected