MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetUserSettingsFilePath

Function GetUserSettingsFilePath

Remoting/Application/vtkPVStandardPaths.cxx:198–205  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

196
197//----------------------------------------------------------------------------
198std::string GetUserSettingsFilePath()
199{
200 std::string path = GetUserSettingsDirectory();
201 path.append(vtkInitializationHelper::GetApplicationName());
202 path.append("-UserSettings.json");
203
204 return path;
205}
206
207VTK_ABI_NAMESPACE_END
208};

Callers 4

FinalizeMethod · 0.85
LoadSettingsMethod · 0.85
backupSettingsMethod · 0.85
clearSettingsMethod · 0.85

Calls 2

GetUserSettingsDirectoryFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected