Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ write
Method
write
os/src/fs/stdio.rs:25–27 ·
view source on GitHub ↗
(&self, _user_buf: UserBuffer)
Source
from the content-addressed store, hash-verified
23
1
24
}
25
fn write(&self, _user_buf: UserBuffer) -> usize {
26
panic!(
"Cannot write to stdin!"
);
27
}
28
}
29
30
impl File for Stdout {
Callers
nothing calls this directly
Calls
1
len
Method · 0.80
Tested by
no test coverage detected