Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ new
Method
new
app_console/src/main.rs:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
impl ConsoleHistory {
22
pub fn new() -> ConsoleHistory {
23
ConsoleHistory { atoms: Vec::new() }
24
}
25
}
26
27
pub struct Atom {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected