Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ DropRefsTo
Method
DropRefsTo
core/logic/NativeOwner.cpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void CNativeOwner::DropRefsTo(CPlugin *pPlugin)
125
{
126
m_Dependents.remove(pPlugin);
127
DropWeakRefsTo(pPlugin);
128
}
Callers
2
OnPluginDestroyed
Method · 0.80
DropEverything
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected