MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / set_data

Method set_data

tests/test_parallel_tool.py:55–56  ·  view source on GitHub ↗
(self, key: str, value, recursive: bool = True)

Source from the content-addressed store, hash-verified

53 return self.data.get(key)
54
55 def set_data(self, key: str, value, recursive: bool = True):
56 self.data[key] = value
57
58
59class _FakeAgent:

Calls

no outgoing calls

Tested by

no test coverage detected