MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / create

Method create

src/ui/admin/ModPanelPopup.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93ModPanelPopup* ModPanelPopup::create() {
94 auto ret = new ModPanelPopup();
95 if (ret->init()) {
96 ret->autorelease();
97 return ret;
98 }
99 delete ret;
100 return nullptr;
101}
102
103}

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected