MCPcopy 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
44CellOrParticleDescription EditorModel::getInspectedEntity(uint64_t id) const
45{
46 return _inspectedEntityById.at(id);
47}
48
49void EditorModel::addInspectedEntity(CellOrParticleDescription const& entity)
50{

Callers 4

processMethod · 0.80
isCellMethod · 0.80
generateTitleMethod · 0.80

Calls

no outgoing calls

Tested by 3

processMethod · 0.64
isCellMethod · 0.64
generateTitleMethod · 0.64