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

Method SetPath

Source/Settings.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void CSettings::SetPath(fs::path PathName, unsigned int PathType) { // // //
35 if (PathType < std::size(Paths))
36 Paths[PathType] = std::move(PathName);
37}

Callers 11

ShowDialogMethod · 0.80
OnFileSaveAsMethod · 0.80
WriteSettingMethod · 0.80
OnLoadInstrumentMethod · 0.80
OnSaveInstrumentMethod · 0.80
WithFileMethod · 0.80
CreateBINMethod · 0.80
OnBnClickedLoadMethod · 0.80
OnBnClickedSaveMethod · 0.80
DoPromptFileNameMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected