Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ getInspectedEntity
Method
getInspectedEntity
source/Gui/EditorModel.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
CellOrParticleDescription EditorModel::getInspectedEntity(uint64_t id) const
45
{
46
return _inspectedEntityById.at(id);
47
}
48
49
void EditorModel::addInspectedEntity(CellOrParticleDescription const& entity)
50
{
Callers
4
processInspectorWindows
Method · 0.80
process
Method · 0.80
isCell
Method · 0.80
generateTitle
Method · 0.80
Calls
no outgoing calls
Tested by
3
process
Method · 0.64
isCell
Method · 0.64
generateTitle
Method · 0.64