MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetEntity

Method GetEntity

src/plugin/kernel/src/AFCKernelModule.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311std::shared_ptr<AFIEntity> AFCKernelModule::GetEntity(const AFGUID& self)
312{
313 return objects_.find_value(self);
314}
315
316bool AFCKernelModule::DestroyAll()
317{

Callers 15

QueryStringTestMethod · 0.80
QueryIntTestMethod · 0.80
SetDataTestMethod · 0.80
CustomDataTestMethod · 0.80
IsInMapInstanceMethod · 0.80
SwitchMapMethod · 0.80
GetEntityByDataNodeMethod · 0.80
OnViewDataNodeEnterMethod · 0.80
OnSelfDataNodeEnterMethod · 0.80
OnSelfDataTableEnterMethod · 0.80
OnViewDataTableEnterMethod · 0.80
ProcessLeaveGroupMethod · 0.80

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected