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

Method GetModule

Source/FamiTrackerDoc.cpp:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

OnInitDialogMethod · 0.80
OnBnClickedOkMethod · 0.80
OnInitDialogMethod · 0.80
OnBnClickedOkMethod · 0.80
OnInitDialogMethod · 0.80
OnBnClickedOkMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
LoadBookmarksMethod · 0.80
SetCurrentInstrumentMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected