MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / reserve

Method reserve

src/geode/basic/attribute_manager.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 void AttributeManager::reserve( index_t capacity )
426 {
427 impl_->reserve( capacity, {} );
428 }
429
430 bool AttributeManager::has_assignable_attributes() const
431 {

Calls

no outgoing calls

Tested by 3

test_copy_managerFunction · 0.36
testFunction · 0.36
test_huge_messageFunction · 0.36