Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0iasm/saba
/ console_error
Method
console_error
core/src/browser.rs:61–63 ·
view source on GitHub ↗
(&mut self, log: String)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn console_error(&mut self, log: String) {
62
self.logs.push(Log::new(LogLevel::Error, log));
63
}
64
}
Callers
1
console_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected