MCPcopy 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

onConnectErrorFunction · 0.45
onConnectErrorFunction · 0.45
onConnectErrorFunction · 0.45
onConnectErrorFunction · 0.45
loadRoomsFunction · 0.45
loadMessagesFunction · 0.45
loadRoomMembersFunction · 0.45
loadOnlineUsersFunction · 0.45
loadInvitationsFunction · 0.45
loadUnreadCountsFunction · 0.45
loadScheduledMessagesFunction · 0.45
handleRegisterFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected