MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / reset_settings

Method reset_settings

config_manager.py:87–90  ·  view source on GitHub ↗

Reset all settings to defaults

(self)

Source from the content-addressed store, hash-verified

85 return self.settings.copy()
86
87 def reset_settings(self):
88 """Reset all settings to defaults"""
89 self.settings = self.default_settings.copy()
90 self._save_settings()
91
92 def is_first_run(self) -> bool:
93 """Check if this is the first run"""

Callers

nothing calls this directly

Calls 1

_save_settingsMethod · 0.95

Tested by

no test coverage detected