Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 = ↦
480
skr::stl_vector<sugoi_group_t*> gs;
Callers
3
pack_entities
Method · 0.45
merge
Method · 0.45
iter_ref_impl
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected