Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ include
Method
include
kdevplatform/shell/watcheddocumentset.cpp:423–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
bool CurrentProjectSet::include(const IndexedString& url) const
424
{
425
return m_currentProject && m_currentProject->fileSet().contains(url);
426
}
427
428
ProblemScope CurrentProjectSet::scope() const
429
{
Callers
nothing calls this directly
Calls
4
str
Method · 0.80
contains
Method · 0.45
fileSet
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected