MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / is_dirty

Method is_dirty

gui/widgets.py:495–497  ·  view source on GitHub ↗

Check if there are unsaved changes.

(self)

Source from the content-addressed store, hash-verified

493 self._on_change(True)
494
495 def is_dirty(self) -> bool:
496 """Check if there are unsaved changes."""
497 return self._is_dirty
498
499 def expand_all(self) -> None:
500 """Expand all category frames."""

Callers 1

_on_setting_changeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected