MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / writable

Method writable

os/src/fs/stdio.rs:13–15  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

11 true
12 }
13 fn writable(&self) -> bool {
14 false
15 }
16 fn read(&self, mut user_buf: UserBuffer) -> usize {
17 assert_eq!(user_buf.len(), 1);
18 //println!("before UART.read() in Stdin::read()");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected