Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ set_capture_target
Method
set_capture_target
tests/scripts/test_change_tracking.py:27–28 ·
view source on GitHub ↗
(self, read_set)
Source
from the content-addressed store, hash-verified
25
self.version[slot] = self.write_clock
26
27
def
set_capture_target(self, read_set):
28
self._capture = read_set
29
30
def
read(self, slot):
31
if
self._capture is not None and slot not in self._capture:
Callers
2
run
Method · 0.80
a_run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected