MCPcopy
hub / github.com/apache/caldera / set_start_details

Method set_start_details

app/objects/c_operation.py:174–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return existing
173
174 def set_start_details(self):
175 self.id = self.id if self.id else str(uuid.uuid4())
176 self.start = datetime.now(timezone.utc)
177
178 def add_link(self, link):
179 self.chain.append(link)

Callers 6

op_for_event_logsFunction · 0.95
run_schedulerMethod · 0.80
create_operationMethod · 0.80
setup_empty_operationFunction · 0.80

Calls

no outgoing calls

Tested by 3

op_for_event_logsFunction · 0.76
setup_empty_operationFunction · 0.64