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

Method GetPath

Source/Settings.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30fs::path CSettings::GetPath(unsigned int PathType) const { // // //
31 return PathType < std::size(Paths) ? Paths[PathType] : fs::current_path();
32}
33
34void CSettings::SetPath(fs::path PathName, unsigned int PathType) { // // //
35 if (PathType < std::size(Paths))

Callers 14

OnBnClickedBeginMethod · 0.80
ShowDialogMethod · 0.80
ReadSettingMethod · 0.80
OnLoadInstrumentMethod · 0.80
OnSaveInstrumentMethod · 0.80
OnFileExportTextMethod · 0.80
OnFileExportRowsMethod · 0.80
OnFileExportJsonMethod · 0.80
OnLoadInstrumentMenuMethod · 0.80
WithFileMethod · 0.80
CreateBINMethod · 0.80
OnBnClickedLoadMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected