Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adny-code/fastgrind
/ default_window
Method
default_window
tools/fastgrind.py:777–778 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
775
return
meta
776
777
def
default_window(self) -> tuple[int, int]:
778
return
self.reader.default_start_tick(), self.reader.max_tick_ms
779
780
def
list_threads(self) -> list[dict[str, Any]]:
781
return
[
Callers
3
_normalize_window
Method · 0.95
__init__
Method · 0.80
_reset_window
Method · 0.80
Calls
1
default_start_tick
Method · 0.80
Tested by
no test coverage detected