Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ ExitManager
Method
ExitManager
exits/exitmanager.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
extern Global global;
28
29
ExitManager::ExitManager(QObject *parent) : QObject(parent)
30
{
31
exitPoints = new QHash<QString, ExitPoint*>();
32
exitPoints->clear();
33
}
34
35
36
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected