Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void CSettings::SetPath(fs::path PathName, unsigned int PathType) { // // //
35
if (PathType < std::size(Paths))
36
Paths[PathType] = std::move(PathName);
37
}
Callers
11
ShowDialog
Method · 0.80
OnFileSaveAs
Method · 0.80
WriteSetting
Method · 0.80
OnLoadInstrument
Method · 0.80
OnSaveInstrument
Method · 0.80
SelectInstrumentFolder
Method · 0.80
WithFile
Method · 0.80
CreateBIN
Method · 0.80
OnBnClickedLoad
Method · 0.80
OnBnClickedSave
Method · 0.80
DoPromptFileName
Method · 0.80
Calls
1
size
Function · 0.85
Tested by
no test coverage detected