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

Method assign_attribute_value

src/geode/basic/attribute_manager.cpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 void AttributeManager::assign_attribute_value(
441 index_t from_element, index_t to_element )
442 {
443 impl_->assign_attribute_value( from_element, to_element, {} );
444 }
445
446 void AttributeManager::copy_attribute_value(
447 index_t from_element, index_t to_element )

Callers 2

Calls

no outgoing calls

Tested by 2