Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ save_update_db_time
Method
save_update_db_time
src/leetcode.py:164–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
return
t
163
164
def
save_update_db_time(self):
165
self.dict[
"leetcode_update_db_time"
] = util.now()
166
167
def
update_db(self):
168
t = self.get_update_db_time()
Callers
1
update_db
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected