| 72 | } |
| 73 | |
| 74 | void CFamiTrackerModule::SetModuleCopyright(std::string_view sv) { |
| 75 | m_strCopyright = sv.substr(0, METADATA_FIELD_LENGTH - 1); // // // |
| 76 | } |
| 77 | |
| 78 | void CFamiTrackerModule::SetComment(std::string_view comment, bool showOnOpen) { |
| 79 | m_strComment = comment; |
no outgoing calls
no test coverage detected