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

Method console_warning

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

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn console_warning(&mut self, log: String) {
58 self.logs.push(Log::new(LogLevel::Warning, log));
59 }
60
61 pub fn console_error(&mut self, log: String) {
62 self.logs.push(Log::new(LogLevel::Error, log));

Callers 1

console_warningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected