MCPcopy 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
45EIndex sugoi_chunk_t::get_capacity()
46{
47 return type->chunkCapacity[pt];
48}
49
50extern "C" {
51sugoi_group_t* sugoiC_get_group(const sugoi_chunk_t* chunk)

Callers 8

allocate_viewMethod · 0.45
allocate_view_strictMethod · 0.45
defragmentMethod · 0.45
add_chunkMethod · 0.45
resize_chunkMethod · 0.45
InputTextMethod · 0.45
InputTextMultilineMethod · 0.45
InputTextWithHintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected