MCPcopy 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
423bool CurrentProjectSet::include(const IndexedString& url) const
424{
425 return m_currentProject && m_currentProject->fileSet().contains(url);
426}
427
428ProblemScope CurrentProjectSet::scope() const
429{

Callers

nothing calls this directly

Calls 4

strMethod · 0.80
containsMethod · 0.45
fileSetMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected