Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ data_size
Function
data_size
modules/engine/runtime/src/ecs/set.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
size_t data_size(const sugoi_type_set_t& value)
91
{
92
return sizeof(sugoi_type_index_t) * value.length;
93
}
94
95
size_t data_size(const sugoi_entity_set_t& value)
96
{
Callers
8
schedule_ecs_job
Method · 0.85
make_query
Method · 0.85
build_queries
Method · 0.85
query_groups
Method · 0.85
match_group
Method · 0.85
construct_archetype
Method · 0.85
clone_archetype
Method · 0.85
construct_group
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected