MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / removeChildByName

Method removeChildByName

source/io/fsnode.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void FsNode::removeChildByName(BString name) {
132 this->loadChildren();
133 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(this->childrenByNameMutex);
134 this->childrenByName.remove(name);
135}
136
137void FsNode::getAllChildren(std::vector<std::shared_ptr<FsNode> > & results) {
138 this->loadChildren();

Callers 4

removeDirMethod · 0.80
~KUnixSocketObjectMethod · 0.80
internalEraseProcessMethod · 0.80
clearFdHandleMethod · 0.80

Calls 2

loadChildrenMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected