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

Method run

tests/scripts/test_change_tracking.py:54–60  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

52 )
53
54 def run(self, store):
55 store.set_capture_target(self.read_slots)
56 for s in self.reads:
57 store.read(s)
58 store.set_capture_target(None)
59 self.last_run_clock = store.write_clock
60 self.runs += 1
61
62
63def frame(store, datasets):

Callers 4

frameFunction · 0.45
a_frameFunction · 0.45
run_parserFunction · 0.45
run_jsFunction · 0.45

Calls 2

set_capture_targetMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected