Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ listDirA
Method
listDirA
src/DirectoryInfo.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
QSharedPointer<DirectoryInfo> gDirInfo = QSharedPointer<DirectoryInfo>::create();
22
23
bool DirectoryInfo::listDirA()
24
{
25
return listDir(m_dirA, m_dirListA);
26
}
27
28
bool DirectoryInfo::listDirB()
29
{
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected