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

Method timestamps

modules/engine/runtime/src/ecs/chunk.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40uint32_t* sugoi_chunk_t::timestamps() noexcept
41{
42 return (uint32_t*)(data() + type->versionOffset[pt]);
43}
44
45EIndex sugoi_chunk_t::get_capacity()
46{

Callers 2

queryMethod · 0.80
sugoiV_get_ownedFunction · 0.80

Calls 1

dataFunction · 0.50

Tested by

no test coverage detected