Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ ~ShieldClass
Method
~ShieldClass
src/New/Entity/ShieldClass.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
ShieldClass::~ShieldClass()
46
{
47
auto it = std::find(ShieldClass::Array.begin(), ShieldClass::Array.end(), this);
48
49
if (it != ShieldClass::Array.end())
50
ShieldClass::Array.erase(it);
51
}
52
53
void ShieldClass::UpdateType()
54
{
Callers
nothing calls this directly
Calls
3
erase
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected