Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
std::shared_ptr<AFIEntity> AFCKernelModule::GetEntity(const AFGUID& self)
312
{
313
return objects_.find_value(self);
314
}
315
316
bool AFCKernelModule::DestroyAll()
317
{
Callers
15
QueryStringTest
Method · 0.80
QueryIntTest
Method · 0.80
SetDataTest
Method · 0.80
CustomDataTest
Method · 0.80
IsInMapInstance
Method · 0.80
SwitchMap
Method · 0.80
GetEntityByDataNode
Method · 0.80
OnViewDataNodeEnter
Method · 0.80
OnSelfDataNodeEnter
Method · 0.80
OnSelfDataTableEnter
Method · 0.80
OnViewDataTableEnter
Method · 0.80
ProcessLeaveGroup
Method · 0.80
Calls
1
find_value
Method · 0.45
Tested by
no test coverage detected