Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ write
Method
write
src/fs/directory.rs:303–306 ·
view source on GitHub ↗
Write
(&mut self, _buffer: &[u8])
Source
from the content-addressed store, hash-verified
301
302
// Write
303
fn write(&mut self, _buffer: &[u8]) -> Result<usize, ()>
304
{
305
Err(())
306
}
307
}
308
309
Callers
4
item_del
Method · 0.45
item_update
Method · 0.45
new_item
Method · 0.45
update_item
Method · 0.45
Calls
1
Err
Enum · 0.50
Tested by
no test coverage detected