MCPcopy Create free account
hub / github.com/doldecomp/mkdd / ~JSUPtrLink

Method ~JSUPtrLink

libs/JSystem/JSupport/JSUList.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12JSUPtrLink::~JSUPtrLink() {
13 if (mPtrList) {
14 mPtrList->remove(this);
15 }
16}
17
18JSUPtrList::JSUPtrList(bool doInitialize) {
19 if (doInitialize) {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected