MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / clearChildren

Method clearChildren

Engine/FileSystemModel.cpp:449–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447} // FileSystemItem::addChild
448
449void
450FileSystemItem::clearChildren()
451{
452 QMutexLocker l(&_imp->childrenMutex);
453
454 _imp->children.clear();
455}
456
457// This is a recursive method which tries to match a path to a specifiq
458// FileSystemItem item which has the path;

Callers 3

resetCompletlyMethod · 0.80
cleanAndRefreshItemMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected