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

Method process_batch

datastudio/operators/rewriters/split.py:47–49  ·  view source on GitHub ↗

Process batch - returns keep result for each item.

(self, items: List[DataItem])

Source from the content-addressed store, hash-verified

45 return Result(item_idx=item.idx)
46
47 def process_batch(self, items: List[DataItem]) -> List[Result]:
48 """Process batch - returns keep result for each item."""
49 return [Result(item_idx=item.idx) for item in items]
50
51 def expand_items(self, items: List[DataItem]) -> List[DataItem]:
52 """

Callers

nothing calls this directly

Calls 1

ResultClass · 0.85

Tested by

no test coverage detected