Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ get_capacity
Method
get_capacity
modules/engine/runtime/src/ecs/chunk.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
EIndex sugoi_chunk_t::get_capacity()
46
{
47
return type->chunkCapacity[pt];
48
}
49
50
extern
"C"
{
51
sugoi_group_t* sugoiC_get_group(const sugoi_chunk_t* chunk)
Callers
8
allocate_view
Method · 0.45
allocate_view_strict
Method · 0.45
defragment
Method · 0.45
add_chunk
Method · 0.45
resize_chunk
Method · 0.45
InputText
Method · 0.45
InputTextMultiline
Method · 0.45
InputTextWithHint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected