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

Method startNewSession

kdevplatform/shell/sessioncontroller.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308SessionController::~SessionController() = default;
309
310void SessionController::startNewSession()
311{
312 Q_D(SessionController);
313
314 d->newSession();
315}
316
317void SessionController::cleanup()
318{

Callers

nothing calls this directly

Calls 1

newSessionMethod · 0.80

Tested by

no test coverage detected