Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ new
Method
new
ramdisk/src/main.rs:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
impl File {
24
fn new() -> Self {
25
File{data: Vec::new()}
26
}
27
}
28
29
impl FileLike for File {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected