Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
bool FileItem::isBrowsable() const
310
{
311
ASSERT(m_filename != NOTINITIALIZED);
312
313
return m_is_folder;
314
}
315
316
bool FileItem::isHidden() const
317
{
Callers
6
addWorkerToGenerateThumbnail
Method · 0.80
setCurrentFolder
Method · 0.80
onProcessMessage
Method · 0.80
onPaint
Method · 0.80
goInsideFolder
Method · 0.80
show
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected