Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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__(
Callers
15
test_detach_and_delete_pool_succeed_after_requests_are_drained
Function · 0.45
test_reconciliation_repairs_occupied_resource_counters
Function · 0.45
test_reconciliation_cleans_stale_queue_entries
Function · 0.45
test_hook_invocation_schema_round_trip
Function · 0.45
test_expired_api_transaction_cleanup_is_batched
Function · 0.45
_create_run
Function · 0.45
_create_run_metadata
Function · 0.45
_create_pipeline
Function · 0.45
_create_snapshot
Function · 0.45
_create_trigger
Function · 0.45
_create_tag
Function · 0.45
test_step_count_collapses_retries
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected