Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ reset_timestamp
Method
reset_timestamp
python/graphscope/gsctl/config.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
return
False
96
97
def
reset_timestamp(self):
98
self.timestamp = time.time()
99
100
101
class
GSConfig(object):
Callers
1
get_command_collection
Function · 0.80
Calls
1
time
Method · 0.80
Tested by
no test coverage detected