MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / save

Method save

tests/datasets/test_formatters.py:347–348  ·  view source on GitHub ↗
(self, data, file_path, **kwargs)

Source from the content-addressed store, hash-verified

345 return []
346
347 def save(self, data, file_path, **kwargs):
348 pass
349
350 # Register and verify
351 FormatRegistry.register(CustomFormat)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected