| 441 | // Attributes |
| 442 | |
| 443 | CFamiTrackerModule *CFamiTrackerDoc::GetModule() noexcept { // // // |
| 444 | return module_.get(); |
| 445 | } |
| 446 | |
| 447 | const CFamiTrackerModule *CFamiTrackerDoc::GetModule() const noexcept { |
| 448 | return module_.get(); |
no test coverage detected