Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isText
Method
isText
plugins/grepview/grepoutputmodel.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
bool GrepOutputItem::isText() const
72
{
73
return m_change->m_range.isValid();
74
}
75
76
void GrepOutputItem::propagateState()
77
{
Callers
7
paint
Method · 0.80
sizeHint
Method · 0.80
activate
Method · 0.80
previousItemIndex
Method · 0.80
nextItemIndex
Method · 0.80
testSingleFileAsDirectoryChoice
Method · 0.80
testIncludeExcludeFilters
Method · 0.80
Calls
1
isValid
Method · 0.45
Tested by
2
testSingleFileAsDirectoryChoice
Method · 0.64
testIncludeExcludeFilters
Method · 0.64