MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / stdin

Function stdin

euralios_std/src/io.rs:67–69  ·  view source on GitHub ↗

Constructs a new handle to the standard input of the current process. Intended to have the same interface as the Rust std::io

()

Source from the content-addressed store, hash-verified

65/// Intended to have the same interface as the Rust std::io
66/// <https://doc.rust-lang.org/stable/std/io/fn.stdin.html>
67pub fn stdin() -> Stdin {
68 Stdin{}
69}
70
71impl Stdin {
72 /// reads a line of input, appending it to the specified buffer.

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected