Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encounter/objdiff
/ page_down
Method
page_down
objdiff-cli/src/views/function_diff.rs:502–504 ·
view source on GitHub ↗
(&mut self, half: bool)
Source
from the content-addressed store, hash-verified
500
}
501
502
fn page_down(&mut self, half: bool) {
503
self.scroll_y += self.per_page / if half { 2 } else { 1 };
504
}
505
506
fn print_sym(
507
&self,
Callers
1
handle_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected