MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / map

Method map

modules/engine/runtime/src/ecs/storage.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 void move() {}
472 void reset() {}
473 void map(sugoi_entity_t& e)
474 {
475 if (e_id(e) < data->size())
476 e = e_id(e, (*data)[e_id(e)]);
477 }
478 } m;
479 m.data = &map;
480 skr::stl_vector<sugoi_group_t*> gs;

Callers 3

pack_entitiesMethod · 0.45
mergeMethod · 0.45
iter_ref_implFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected