Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeastyZ/ConvSearch-R1
/ __exit__
Method
__exit__
index/dense/utils.py:170–171 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
168
return
self
169
170
def
__exit__(self, type, value, traceback):
171
self.close()
172
173
def
__getitem__(self, key):
174
if
key < 0 or key > self.total_number:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected