Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _get_clock
Method
_get_clock
django/utils/autoreload.py:484–485 ·
view source on GitHub ↗
(self, root)
Source
from the content-addressed store, hash-verified
482
483
@lru_cache
484
def
_get_clock(self, root):
485
return
self.client.query(
"clock"
, root)[
"clock"
]
486
487
def
_subscribe(self, directory, name, expression):
488
root, rel_path = self._watch_root(directory)
Callers
1
_subscribe
Method · 0.95
Calls
1
query
Method · 0.80
Tested by
no test coverage detected