MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / read

Method read

dataflow/utils/storage.py:49–50  ·  view source on GitHub ↗
(self, output_type: Literal["dataframe", "dict"] = "dataframe")

Source from the content-addressed store, hash-verified

47 self.file_name_prefix = file_name_prefix
48
49 def read(self, output_type: Literal["dataframe", "dict"] = "dataframe") -> Any:
50 return self._data
51
52 def write(self, data):
53 self._data = data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected