Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ close_db
Method
close_db
src/leetcode.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
d
42
43
def
close_db(self):
44
self.dict.close()
45
46
def
get_tag_problems(self, tag):
47
problems = self.get_all_problems()
Callers
2
process
Function · 0.95
query.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected