MCPcopy Create free account
hub / github.com/Sphere-AI-Lab/FormalMATH-Bench / get_processed_items

Function get_processed_items

generate_answers.py:65–67  ·  view source on GitHub ↗

Get set of identifiers for processed items

(results)

Source from the content-addressed store, hash-verified

63 return []
64
65def get_processed_items(results):
66 """Get set of identifiers for processed items"""
67 return {(item.get('source', ''), item.get('refined_statement', '')) for item in results}
68
69def process_batch(args):
70 """Process a batch of data"""

Callers 1

process_batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected