MCPcopy Create free account
hub / github.com/d0iasm/saba / logs

Method logs

core/src/browser.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn logs(&self) -> Vec<Log> {
46 self.logs.clone()
47 }
48
49 pub fn clear_logs(&mut self) {
50 self.logs = Vec::new();

Callers 3

uiMethod · 0.80
handle_mouse_inputMethod · 0.80
update_uiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected