MCPcopy Create free account
hub / github.com/GCWing/BitFun / error

Method error

src/apps/cli/src/acp_cli.rs:658–664  ·  view source on GitHub ↗
(name: &'static str, detail: impl Into<String>)

Source from the content-addressed store, hash-verified

656 }
657
658 fn error(name: &'static str, detail: impl Into<String>) -> Self {
659 Self {
660 name,
661 detail: detail.into(),
662 level: CheckLevel::Error,
663 }
664 }
665}
666
667enum CheckLevel {

Callers 5

worker_host.jsFile · 0.45
index-RWXIAc4-.jsFile · 0.45
RfFunction · 0.45
jTFunction · 0.45
handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected