Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ readable
Method
readable
os/src/fs/inode.rs:109–111 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
107
108
impl File for OSInode {
109
fn readable(&self) -> bool {
110
self.readable
111
}
112
fn writable(&self) -> bool {
113
self.writable
114
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected