Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
35
void type_builder_t::reserve(uint32_t size)
36
{
37
indices.reserve(size);
38
}
39
sugoi_type_set_t type_builder_t::build()
40
{
41
if(indices.empty())
Callers
15
OpenProject
Method · 0.45
ParallelForEachAsset
Method · 0.45
Build
Method · 0.45
operator()
Method · 0.45
MakeDelta
Function · 0.45
JointLister
Method · 0.45
Cook
Method · 0.45
SampleLinearChannel
Function · 0.45
Compile
Method · 0.45
Cook
Method · 0.45
Cook
Method · 0.45
GenerateRawMeshForGLTFMesh
Function · 0.45
Calls
no outgoing calls
Tested by
7
template_test_vector
Function · 0.36
template_test_sparse_hash_map
Function · 0.36
template_test_sparse_hash_set
Function · 0.36
template_test_ring_buffer
Function · 0.36
template_test_multi_sparse_hash_set
Function · 0.36
template_test_sparse_hash_map
Function · 0.36
template_test_sparse_vector
Function · 0.36