MCPcopy 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}
21impl ConsoleHistory {
22 pub fn new() -> ConsoleHistory {
23 ConsoleHistory { atoms: Vec::new() }
24 }
25}
26
27pub struct Atom {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected