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

Method mark_first_run_complete

config_manager.py:96–98  ·  view source on GitHub ↗

Mark first run as complete

(self)

Source from the content-addressed store, hash-verified

94 return self.get_setting("first_run", True)
95
96 def mark_first_run_complete(self):
97 """Mark first run as complete"""
98 self.set_setting("first_run", False)
99
100 def should_show_welcome(self) -> bool:
101 """Check if welcome dialog should be shown"""

Callers 1

_on_continueMethod · 0.80

Calls 1

set_settingMethod · 0.95

Tested by

no test coverage detected