MCPcopy Create free account
hub / github.com/Claw-AI-Lab/Claw-AI-Lab / push

Method push

backend/services/agent_bridge.py:616–618  ·  view source on GitHub ↗
(self, task: Task)

Source from the content-addressed store, hash-verified

614
615 def save(self):
616 _write_json(self.path, [t.to_dict() for t in self.tasks])
617
618 def push(self, task: Task):
619 self.tasks.append(task)
620 self.save()
621

Callers 10

AppFunction · 0.80
groupByStageFunction · 0.80
DataShelf.tsxFile · 0.80
submit_new_projectFunction · 0.80
on_agent_doneFunction · 0.80
resume_projectFunction · 0.80
quick_submit_projectFunction · 0.80
_on_idea_factory_doneFunction · 0.80
_on_discussion_s8_doneFunction · 0.80

Calls 2

saveMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected