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

Method write

tests/scripts/test_change_tracking.py:23–25  ·  view source on GitHub ↗
(self, slot)

Source from the content-addressed store, hash-verified

21 self._capture = None
22
23 def write(self, slot):
24 self.write_clock += 1
25 self.version[slot] = self.write_clock
26
27 def set_capture_target(self, read_set):
28 self._capture = read_set

Calls

no outgoing calls

Tested by

no test coverage detected