Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ get_current_time
Method
get_current_time
ram/utils/logger.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.tic = time.time()
37
38
def
get_current_time(self):
39
return
self.current_time
40
41
def
get_avg_time(self):
42
return
self.avg_time
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected