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

Method rename_attribute

src/geode/basic/attribute_manager.cpp:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 }
545
546 void AttributeManager::rename_attribute(
547 std::string_view old_name, std::string_view new_name )
548 {
549 impl_->rename_attribute( old_name, new_name, {} );
550 }
551
552 void AttributeManager::set_attribute_properties(
553 std::string_view attribute_name,

Callers 1

test_attribute_renameFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_attribute_renameFunction · 0.36