Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krusader
/ createLocalFileItem
Method
createLocalFileItem
app/FileSystem/defaultfilesystem.cpp:428–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
FileItem *DefaultFileSystem::createLocalFileItem(const QString &name)
429
{
430
return FileSystem::createLocalFileItem(name, _currentDirectory.path());
431
}
432
433
QString DefaultFileSystem::realPath()
434
{
Callers
nothing calls this directly
Calls
1
path
Method · 0.45
Tested by
no test coverage detected