MCPcopy 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
86QDebug 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

stateMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected