Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ SessionManager
Method
SessionManager
src/core/session/SessionManager.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#include <QUrl>
17
18
SessionManager::SessionManager() :
19
m_dataFile(),
20
m_savedSession(false)
21
{
22
}
23
24
bool SessionManager::alreadySaved() const
25
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected