Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ actionInLine
Method
actionInLine
kdevplatform/outputview/outputfilteringstrategies.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
FilteredItem NoFilterStrategy::actionInLine(const QString& line)
56
{
57
return FilteredItem( line );
58
}
59
60
FilteredItem NoFilterStrategy::errorInLine(const QString& line)
61
{
Callers
8
process
Function · 0.80
testNoFilterStrategy
Method · 0.80
testCompilerFilterStrategy
Method · 0.80
testCompilerFilterstrategyMultipleKeywords
Method · 0.80
testScriptErrorFilterStrategy
Method · 0.80
testStaticAnalysisFilterStrategy
Method · 0.80
testCompilerFilterstrategyUrlFromAction
Method · 0.80
benchMarkCompilerFilterAction
Method · 0.80
Calls
11
FilteredItem
Class · 0.85
ActionFormat
Class · 0.85
hasMatch
Method · 0.80
section
Method · 0.80
putDirAtEnd
Method · 0.80
Path
Class · 0.50
match
Method · 0.45
push_back
Method · 0.45
insert
Method · 0.45
size
Method · 0.45
contains
Method · 0.45
Tested by
7
testNoFilterStrategy
Method · 0.64
testCompilerFilterStrategy
Method · 0.64
testCompilerFilterstrategyMultipleKeywords
Method · 0.64
testScriptErrorFilterStrategy
Method · 0.64
testStaticAnalysisFilterStrategy
Method · 0.64
testCompilerFilterstrategyUrlFromAction
Method · 0.64
benchMarkCompilerFilterAction
Method · 0.64