Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lanjelot/patator
/ reset
Method
reset
patator.py:1770–1777 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1768
return
conn.fp, conn.banner
1769
1770
def
reset(self, **kwargs):
1771
if
self.curr:
1772
hp, _, c = self.curr
1773
1774
c.close()
1775
del self.cache[hp]
1776
1777
self.curr = None
1778
1779
# }}}
1780
Callers
14
consume
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
1
close
Method · 0.45
Tested by
no test coverage detected