MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / isBrowsable

Method isBrowsable

src/app/file_system.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309bool FileItem::isBrowsable() const
310{
311 ASSERT(m_filename != NOTINITIALIZED);
312
313 return m_is_folder;
314}
315
316bool FileItem::isHidden() const
317{

Callers 6

setCurrentFolderMethod · 0.80
onProcessMessageMethod · 0.80
onPaintMethod · 0.80
goInsideFolderMethod · 0.80
showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected