MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / process

Method process

tests/pipelines/test_sub_pipeline.py:91–93  ·  view source on GitHub ↗
(self, item: DataItem)

Source from the content-addressed store, hash-verified

89 self.process_count = 0
90
91 def process(self, item: DataItem) -> Result:
92 self.process_count += 1
93 return Result(item_idx=0)
94
95
96class MockFilterOperator(Operator):

Callers

nothing calls this directly

Calls 1

ResultClass · 0.90

Tested by

no test coverage detected