MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / File

Class File

ramdisk/src/main.rs:19–21  ·  view source on GitHub ↗

Represents a file as a bag of bytes

Source from the content-addressed store, hash-verified

17
18/// Represents a file as a bag of bytes
19struct File {
20 data: Vec<u8>
21}
22
23impl File {
24 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected