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

Method session

kdevplatform/shell/sessioncontroller.cpp:495–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495Session* SessionController::session( const QString& nameOrId ) const
496{
497 Q_D(const SessionController);
498
499 Session* ret = d->findSessionForName( nameOrId );
500 if(ret)
501 return ret;
502
503 return d->findSessionForId( nameOrId );
504}
505
506QString SessionController::cloneSession( const QString& nameOrid )
507{

Callers 2

loadDefaultSessionMethod · 0.95
cloneSessionMethod · 0.45

Calls 2

findSessionForNameMethod · 0.80
findSessionForIdMethod · 0.80

Tested by 1

cloneSessionMethod · 0.36