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

Function log_err

crates/client-api/src/routes/database.rs:641–643  ·  view source on GitHub ↗
(database: Identity)

Source from the content-addressed store, hash-verified

639 .await?;
640
641 fn log_err(database: Identity) -> impl Fn(&io::Error) {
642 move |e| warn!("error serving module logs for database {database}: {e:#}")
643 }
644
645 let body = match worker_ctx.leader(database.id).await {
646 Ok(host) => {

Callers 1

logsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…