Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ operator<<
Function
operator<<
kdevplatform/vcs/vcsstatusinfo.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
QDebug operator<<(QDebug s, const KDevelop::VcsStatusInfo& statusInfo)
87
{
88
s.nospace() << statusInfo.state() <<
"@"
<< statusInfo.url();
89
return s.space();
90
}
Callers
nothing calls this directly
Calls
2
state
Method · 0.45
url
Method · 0.45
Tested by
no test coverage detected