Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ error
Method
error
crates/core/src/database_logger.rs:668–670 ·
view source on GitHub ↗
(&self, msg: &str)
Source
from the content-addressed store, hash-verified
666
}
667
668
pub fn error(&self, msg: &str) {
669
self.inner.write(LogLevel::Error, &Self::record(msg), &())
670
}
671
672
fn record(message: &str) -> Record<'_> {
673
Record::injected(message)
Callers
15
onConnectError
Function · 0.45
onConnectError
Function · 0.45
onConnectError
Function · 0.45
onConnectError
Function · 0.45
loadRooms
Function · 0.45
loadMessages
Function · 0.45
loadRoomMembers
Function · 0.45
loadOnlineUsers
Function · 0.45
loadInvitations
Function · 0.45
loadUnreadCounts
Function · 0.45
loadScheduledMessages
Function · 0.45
handleRegister
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected