MCPcopy 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
104Framework::Framework() :
105 d(new FrameworkPrivate(this))
106{
107 d->lifeCycle.reset(new LifeCycle());
108}
109
110DPF_END_NAMESPACE

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected