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

Method create

src/ui/admin/ModLoginPopup.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101ModLoginPopup* ModLoginPopup::create(geode::Function<void()> callback) {
102 auto ret = new ModLoginPopup();
103 if (ret->init(std::move(callback))) {
104 ret->autorelease();
105 return ret;
106 }
107 delete ret;
108 return nullptr;
109}
110
111}

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected