MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / config_error

Function config_error

src/dashboard/mod.rs:332–336  ·  view source on GitHub ↗
(message: impl Into<String>)

Source from the content-addressed store, hash-verified

330}
331
332pub(crate) fn config_error(message: impl Into<String>) -> TraceDecayError {
333 TraceDecayError::Config {
334 message: message.into(),
335 }
336}
337
338/// Builds state and runs the dashboard server until `shutdown` resolves.
339/// Binds `host:port` (`port` 0 lets the OS pick) and prints the URL on

Callers 3

run_until_shutdown_innerFunction · 0.70
bind_dashboardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected