MCPcopy 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_jobMethod · 0.85
make_queryMethod · 0.85
build_queriesMethod · 0.85
query_groupsMethod · 0.85
match_groupMethod · 0.85
construct_archetypeMethod · 0.85
clone_archetypeMethod · 0.85
construct_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected