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

Method GetModuleData

Source/FamiTrackerView.cpp:1381–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381CFamiTrackerModule *CFamiTrackerView::GetModuleData() {
1382 return GetDocument()->GetModule();
1383}
1384
1385const CFamiTrackerModule *CFamiTrackerView::GetModuleData() const {
1386 return GetDocument()->GetModule();

Callers 4

OnBnClickedBeginMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
GetFinalChannelMethod · 0.80

Calls 1

GetModuleMethod · 0.80

Tested by

no test coverage detected