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

Method getParentItem

Engine/FileSystemModel.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336FileSystemItemPtr
337FileSystemItem::getParentItem() const
338{
339 return _imp->parent.lock();
340}
341
342const QString&
343FileSystemItem::absoluteFilePath() const

Callers 3

FileSystemItemPrivateMethod · 0.45
parentMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected