MCPcopy Create free account
hub / github.com/ashfawk/oceanhazard-detection / process_batch

Function process_batch

lib/processors/data_processor.py:228–231  ·  view source on GitHub ↗

Process multiple social media posts

(posts: List[Dict[str, Any]])

Source from the content-addressed store, hash-verified

226 return processor.process_social_post(post)
227
228def process_batch(posts: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
229 """Process multiple social media posts"""
230 processor = OceanHazardDataProcessor()
231 return processor.process_batch(posts)

Callers

nothing calls this directly

Calls 2

process_batchMethod · 0.95

Tested by

no test coverage detected