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

Method set_attribute_properties

src/geode/basic/attribute_manager.cpp:552–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 }
551
552 void AttributeManager::set_attribute_properties(
553 std::string_view attribute_name,
554 const AttributeProperties &new_properties )
555 {
556 impl_->set_attribute_properties( attribute_name, new_properties );
557 }
558
559 absl::Mutex &AttributeManager::mutex() const
560 {

Callers 2

Calls

no outgoing calls

Tested by 2