MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / warn

Method warn

crates/core/src/database_logger.rs:664–666  ·  view source on GitHub ↗
(&self, msg: &str)

Source from the content-addressed store, hash-verified

662 }
663
664 pub fn warn(&self, msg: &str) {
665 self.inner.write(LogLevel::Warn, &Self::record(msg), &())
666 }
667
668 pub fn error(&self, msg: &str) {
669 self.inner.write(LogLevel::Error, &Self::record(msg), &())

Callers 15

parsePathInfoFunction · 0.80
parseGradingFileFunction · 0.80
generateTemplateReadmesFunction · 0.80
updateTemplateJsonsFunction · 0.80
loadTokenFunction · 0.80
saveTokenFunction · 0.80
loadTokenFunction · 0.80
saveTokenFunction · 0.80
initSpacetimeFunction · 0.80
initConvexFunction · 0.80
workerFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected