| 521 | |
| 522 | |
| 523 | Ref<ProjectFile> FileMetadata::GetProjectFile() const |
| 524 | { |
| 525 | BNProjectFile* bin = BNGetProjectFile(m_object); |
| 526 | if (!bin) |
| 527 | return nullptr; |
| 528 | return new ProjectFile(bin); |
| 529 | } |
| 530 | |
| 531 | |
| 532 | SaveSettings::SaveSettings() |
no outgoing calls
no test coverage detected