MCPcopy
hub / github.com/zenml-io/zenml / commit

Method commit

tests/unit/zen_stores/test_sql_store_utils.py:194–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 return _DeleteResult()
193
194 def commit(self) -> None:
195 pass
196
197 store = object.__new__(SqlZenStore)
198 object.__setattr__(

Calls

no outgoing calls

Tested by

no test coverage detected