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

Method isDir

Engine/FileSystemModel.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool
331FileSystemItem::isDir() const
332{
333 return _imp->isDir;
334}
335
336FileSystemItemPtr
337FileSystemItem::getParentItem() const

Callers 12

traverseFunction · 0.80
mainFunction · 0.80
addChildMethod · 0.80
gatheringKernelMethod · 0.80
findBackupsFunction · 0.80
Q_FOREACHFunction · 0.80
onSelectionChangedMethod · 0.80
enterDirectoryMethod · 0.80
paintMethod · 0.80
doubleClickOpenMethod · 0.80
addUrlsMethod · 0.80
canDropMethod · 0.80

Calls 2

isValidMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected