MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / changed_since

Method changed_since

tests/scripts/test_change_tracking.py:35–36  ·  view source on GitHub ↗
(self, slots, since_clock)

Source from the content-addressed store, hash-verified

33 return self.version[slot] # value stand-in
34
35 def changed_since(self, slots, since_clock):
36 return any(self.version[s] > since_clock for s in slots)
37
38
39class Dataset:

Callers 1

should_runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected