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

Method create

src/ui/admin/ModRoleModifyPopup.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118ModRoleModifyPopup* ModRoleModifyPopup::create(int32_t accountId, std::vector<uint8_t> roleIds) {
119 auto ret = new ModRoleModifyPopup();
120 if (ret->init(accountId, std::move(roleIds))) {
121 ret->autorelease();
122 return ret;
123 }
124 delete ret;
125 return nullptr;
126}
127
128}

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected