MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ShowsCommentOnOpen

Method ShowsCommentOnOpen

Source/FamiTrackerModule.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool CFamiTrackerModule::ShowsCommentOnOpen() const {
63 return m_bDisplayComment;
64}
65
66void CFamiTrackerModule::SetModuleName(std::string_view sv) {
67 m_strName = sv.substr(0, METADATA_FIELD_LENGTH - 1); // // //

Callers 6

to_jsonFunction · 0.80
OnModuleCommentsMethod · 0.80
SaveCommentsMethod · 0.80
ImportFileMethod · 0.80
SaveStateMethod · 0.80
OnInitialUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected