MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / start

Method start

codewiki/cli/models/job.py:85–88  ·  view source on GitHub ↗

Mark job as started.

(self)

Source from the content-addressed store, hash-verified

83 statistics: JobStatistics = field(default_factory=JobStatistics)
84
85 def start(self):
86 """Mark job as started."""
87 self.status = JobStatus.RUNNING
88 self.timestamp_start = datetime.now().isoformat()
89
90 def complete(self):
91 """Mark job as completed."""

Callers 2

generateMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36