MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / reset_pipeline

Method reset_pipeline

scripts/workflow-orchestrator.py:247–252  ·  view source on GitHub ↗

Reset the entire pipeline.

(self)

Source from the content-addressed store, hash-verified

245 return status
246
247 def reset_pipeline(self):
248 """Reset the entire pipeline."""
249 self.results.clear()
250 if self.status_file.exists():
251 self.status_file.unlink()
252 print("Pipeline reset successfully")
253
254 def print_status(self):
255 """Print current pipeline status."""

Callers 1

mainFunction · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected