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

Function test_copy_manager

tests/basic/test-attribute.cpp:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void test_copy_manager( geode::AttributeManager& manager )
511{
512 geode::AttributeManager manager2;
513 manager2.copy( manager );
514 manager2.reserve( 15 );
515 test_attribute_types( manager2 );
516 test_number_of_attributes( manager2, 8 );
517}
518
519void test_import_manager( geode::AttributeManager& manager )
520{

Callers 1

testFunction · 0.85

Calls 4

test_attribute_typesFunction · 0.85
copyMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected