Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nesquena/hermes-webui
/ commit
Method
commit
tests/test_issue1494_state_db_fd_leak.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
return
self._real.executescript(*a, **kw)
100
101
def
commit(self):
102
return
self._real.commit()
103
104
def
rollback(self):
105
return
self._real.rollback()
Callers
15
repair_state_db
Function · 0.45
_ensure_agent_state_db
Function · 0.45
_insert_agent_session
Function · 0.45
_delete_agent_session
Function · 0.45
_make_state_db
Function · 0.45
_make_state_db
Function · 0.45
_call_insights_with_state_db
Function · 0.45
_make_db
Function · 0.45
_add_session
Function · 0.45
test_cheap_fingerprint_detects_source_change
Function · 0.45
test_cheap_fingerprint_detects_same_count_message_rewrite
Function · 0.45
test_cheap_fingerprint_detects_lineage_only_change
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected