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

Method create

src/ui/admin/ModAuditLogPopup.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55class ActionTypeCell : public CCNode {
56public:
57 static ActionTypeCell* create(const ActionType& type) {
58 auto ret = new ActionTypeCell;
59 ret->init(type);
60 ret->autorelease();
61 return ret;
62 }
63
64private:
65 bool init(const ActionType& type) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected