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

Method is_first_run

config_manager.py:92–94  ·  view source on GitHub ↗

Check if this is the first run

(self)

Source from the content-addressed store, hash-verified

90 self._save_settings()
91
92 def is_first_run(self) -> bool:
93 """Check if this is the first run"""
94 return self.get_setting("first_run", True)
95
96 def mark_first_run_complete(self):
97 """Mark first run as complete"""

Callers 1

_show_initial_pageMethod · 0.80

Calls 1

get_settingMethod · 0.95

Tested by

no test coverage detected