MCPcopy Create free account
hub / github.com/Norbyte/ositools / Get

Method Get

OsiInterface/Functions/DamageFunctions.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 DamageHelpers * DamageHelperPool::Get(int64_t handle) const
35 {
36 auto it = helpers_.find(handle);
37 if (it == helpers_.end()) {
38 return nullptr;
39 } else {
40 return it->second.get();
41 }
42 }
43
44
45 DamageHelpers::DamageHelpers()

Callers 3

CreateWallFunction · 0.45
CreateTornadoFunction · 0.45
HelperHandleToHelperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected