MCPcopy
hub / github.com/agent0ai/agent-zero / save

Method save

tests/test_office_desktop_state.py:173–174  ·  view source on GitHub ↗
(self, target)

Source from the content-addressed store, hash-verified

171 return False
172
173 def save(self, target):
174 Path(target).write_bytes(b"png")
175
176 image_module.open = lambda _path: FakeImage()
177 pil_module = types.ModuleType("PIL")

Callers 2

delete_taskMethod · 0.45
update_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected