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

Method is_dirty

gui/env_manager.py:372–374  ·  view source on GitHub ↗

Check if any values have been modified since last load/save.

(self)

Source from the content-addressed store, hash-verified

370 self._values[key] = str_value
371
372 def is_dirty(self) -> bool:
373 """Check if any values have been modified since last load/save."""
374 return self._values != self._original_values
375
376 def get_modified_keys(self) -> List[str]:
377 """Get list of keys that have been modified."""

Callers 4

test_dirty_after_setMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_dirty_after_setMethod · 0.36