Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ stdin
Function
stdin
src/io/mod.rs:23–26 ·
view source on GitHub ↗
Stdin
()
Source
from the content-addressed store, hash-verified
21
22
// Stdin
23
pub fn stdin() -> Stdin
24
{
25
Stdin::new()
26
}
27
28
29
// Stdout
Callers
1
input
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected