MCPcopy 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
428FileItem *DefaultFileSystem::createLocalFileItem(const QString &name)
429{
430 return FileSystem::createLocalFileItem(name, _currentDirectory.path());
431}
432
433QString DefaultFileSystem::realPath()
434{

Callers

nothing calls this directly

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected