| 326 | |
| 327 | |
| 328 | bool Project::StoreMetadata(const std::string& key, Ref<Metadata> value) |
| 329 | { |
| 330 | return BNProjectStoreMetadata(m_object, key.c_str(), value->m_object); |
| 331 | } |
| 332 | |
| 333 | |
| 334 | void Project::RemoveMetadata(const std::string& key) |
no test coverage detected