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

Method console_debug

core/src/browser.rs:53–55  ·  view source on GitHub ↗
(&mut self, log: String)

Source from the content-addressed store, hash-verified

51 }
52
53 pub fn console_debug(&mut self, log: String) {
54 self.logs.push(Log::new(LogLevel::Debug, log));
55 }
56
57 pub fn console_warning(&mut self, log: String) {
58 self.logs.push(Log::new(LogLevel::Warning, log));

Callers 1

console_debugFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected