Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
JSUPtrLink::~JSUPtrLink() {
13
if (mPtrList) {
14
mPtrList->remove(this);
15
}
16
}
17
18
JSUPtrList::JSUPtrList(bool doInitialize) {
19
if (doInitialize) {
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected