MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / File

Class File

api/src/file/fs.rs:100–103  ·  view source on GitHub ↗

File wrapper for `axfs::fops::File`.

Source from the content-addressed store, hash-verified

98
99/// File wrapper for `axfs::fops::File`.
100pub struct File {
101 inner: axfs::File,
102 nonblock: AtomicBool,
103}
104
105impl File {
106 pub fn new(inner: axfs::File) -> Self {

Callers 4

fromMethod · 0.85
newMethod · 0.85
lookup_childMethod · 0.85
resolve_atFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected