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

Method delete_attribute

src/geode/basic/attribute_manager.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 void AttributeManager::delete_attribute( std::string_view name )
470 {
471 impl_->delete_attribute( name );
472 }
473
474 std::string_view AttributeManager::attribute_type(
475 std::string_view name ) const

Callers 5

delete_textureMethod · 0.45
register_componentMethod · 0.45
unregister_componentMethod · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36