Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/PathPicker
/ get_scroll_offset
Method
get_scroll_offset
src/pathpicker/screen_control.py:341–342 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
339
logger.add_event(
"init"
)
340
341
def
get_scroll_offset(self) -> int:
342
return
self.scroll_offset
343
344
def
get_screen_dimensions(self) -> Tuple[int, int]:
345
return
self.stdscr.getmaxyx()
Callers
4
process_dirty
Method · 0.95
output
Method · 0.80
output
Method · 0.80
calc_box_fractions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected