MCPcopy Create free account
hub / github.com/dot-agent/nextpy / assert_hashmap_dirty

Function assert_hashmap_dirty

tests/test_state.py:1997–2000  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1995 assert not mutable_state.dirty_vars
1996
1997 def assert_hashmap_dirty():
1998 assert mutable_state.dirty_vars == {"hashmap"}
1999 mutable_state._clean()
2000 assert not mutable_state.dirty_vars
2001
2002 # Test all dict operations
2003 mutable_state.hashmap.update({"new_key": 43})

Callers 1

test_mutable_dictFunction · 0.85

Calls 1

_cleanMethod · 0.80

Tested by

no test coverage detected