MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / saveInt

Method saveInt

source/MRViewer/MRViewerSettingsManager.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ViewerSettingsManager::saveInt( const std::string& name, int value )
118{
119 Config::instance().setJsonValue( name, value );
120}
121
122std::string ViewerSettingsManager::loadString( const std::string& name, const std::string& def )
123{

Callers 1

requestChangeMSAAMethod · 0.80

Calls 2

instanceFunction · 0.85
setJsonValueMethod · 0.80

Tested by

no test coverage detected