Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ attribute_names
Method
attribute_names
src/geode/basic/attribute_manager.cpp:458–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
absl::FixedArray< std::string_view >
459
AttributeManager::attribute_names() const
460
{
461
return impl_->attribute_names();
462
}
463
464
bool AttributeManager::attribute_exists( std::string_view name ) const
465
{
Callers
3
test_number_of_attributes
Function · 0.45
managers_have_same_attributes
Function · 0.45
test_number_of_attributes
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_number_of_attributes
Function · 0.36
managers_have_same_attributes
Function · 0.36
test_number_of_attributes
Function · 0.36