MCPcopy Create free account
hub / github.com/KDE/kdevelop / findSessionPid

Function findSessionPid

app/main.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static qint64 findSessionPid(const QString &sessionId)
311{
312 KDevelop::SessionRunInfo sessionInfo = KDevelop::SessionController::sessionRunInfo( sessionId );
313 return sessionInfo.holderPid;
314}
315
316int main( int argc, char *argv[] )
317{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected