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

Method get_data

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

Source from the content-addressed store, hash-verified

50 self.log = _FakeLog()
51
52 def get_data(self, key: str, recursive: bool = True):
53 return self.data.get(key)
54
55 def set_data(self, key: str, value, recursive: bool = True):
56 self.data[key] = value

Calls 1

getMethod · 0.45

Tested by

no test coverage detected