Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ Framework
Method
Framework
src/framework/framework.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
Framework::Framework() :
105
d(new FrameworkPrivate(this))
106
{
107
d->lifeCycle.reset(new LifeCycle());
108
}
109
110
DPF_END_NAMESPACE
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected