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

Method reserve

modules/engine/runtime/src/ecs/type_builder.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 return *this;
34}
35void type_builder_t::reserve(uint32_t size)
36{
37 indices.reserve(size);
38}
39sugoi_type_set_t type_builder_t::build()
40{
41 if(indices.empty())

Callers 15

OpenProjectMethod · 0.45
ParallelForEachAssetMethod · 0.45
BuildMethod · 0.45
operator()Method · 0.45
MakeDeltaFunction · 0.45
JointListerMethod · 0.45
CookMethod · 0.45
SampleLinearChannelFunction · 0.45
CompileMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45

Calls

no outgoing calls