| 332 | |
| 333 | |
| 334 | void Project::RemoveMetadata(const std::string& key) |
| 335 | { |
| 336 | BNProjectRemoveMetadata(m_object, key.c_str()); |
| 337 | } |
| 338 | |
| 339 | |
| 340 | Ref<ProjectFolder> Project::CreateFolderFromPath(const std::string& path, Ref<ProjectFolder> parent, const std::string& description, |
no test coverage detected