MCPcopy Index your code
hub / github.com/MagnetForensics/dumpit-linux / pause

Function pause

src/main.rs:95–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95fn pause() {
96 let mut stdin = io::stdin();
97 let mut stdout = io::stdout();
98
99 println!("Press any key to continue...");
100 stdout.flush().unwrap();
101
102 // Read a single byte and discard
103 let _ = stdin.read(&mut [0u8]).unwrap();
104}
105
106#[derive(Tabled, Debug)]
107pub struct MemoryRange {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected