Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
uint32_t* sugoi_chunk_t::timestamps() noexcept
41
{
42
return (uint32_t*)(data() + type->versionOffset[pt]);
43
}
44
45
EIndex sugoi_chunk_t::get_capacity()
46
{
Callers
2
query
Method · 0.80
sugoiV_get_owned
Function · 0.80
Calls
1
data
Function · 0.50
Tested by
no test coverage detected