Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ get_entities
Method
get_entities
modules/engine/runtime/src/ecs/chunk.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
const sugoi_entity_t* sugoi_chunk_t::get_entities() const
36
{
37
return (const sugoi_entity_t*)data();
38
}
39
40
uint32_t* sugoi_chunk_t::timestamps() noexcept
41
{
Callers
9
merge
Method · 0.45
clone
Method · 0.45
fill_entities
Method · 0.45
free_entities
Method · 0.45
move_entities
Method · 0.45
serialize_view
Method · 0.45
deserialize_single
Method · 0.45
sugoiV_get_entities
Function · 0.45
GenerateDelta
Method · 0.45
Calls
1
data
Function · 0.50
Tested by
no test coverage detected