MCPcopy Create free account
hub / github.com/Ruddle/Fomos / init

Method init

app_cursor/src/st.rs:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25impl Logger {
26 pub const fn init() -> Self {
27 Self { f: nop }
28 }
29 pub fn swap(&mut self, f2: LogFn) {
30 self.f = f2;
31 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected