Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDCAI/DataFlow-MM
/ write
Method
write
dataflow/utils/storage.py:22–23 ·
view source on GitHub ↗
(self, data: Any)
Source
from the content-addressed store, hash-verified
20
21
@abstractmethod
22
def
write(self, data: Any) -> Any:
23
pass
24
25
class
DummyStorage(DataFlowStorage):
26
def
__init__(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected