Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_texture
Method · 0.45
register_component
Method · 0.45
unregister_component
Method · 0.45
test-py-attribute.py
File · 0.45
test
Function · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.36