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

Method attribute_exists

src/geode/basic/attribute_manager.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 bool AttributeManager::attribute_exists( std::string_view name ) const
465 {
466 return impl_->attribute_exists( name );
467 }
468
469 void AttributeManager::delete_attribute( std::string_view name )
470 {

Callers 9

ImplMethod · 0.45
ImplMethod · 0.45
ImplMethod · 0.45
ImplMethod · 0.45
ImplMethod · 0.45
ImplMethod · 0.45
test_cloneFunction · 0.45
test_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_cloneFunction · 0.36
test_cloneFunction · 0.36