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

Method ok

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

Source from the content-addressed store, hash-verified

640
641impl Check {
642 fn ok(name: &'static str, detail: impl Into<String>) -> Self {
643 Self {
644 name,
645 detail: detail.into(),
646 level: CheckLevel::Ok,
647 }
648 }
649
650 fn warning(name: &'static str, detail: impl Into<String>) -> Self {
651 Self {

Calls

no outgoing calls

Tested by

no test coverage detected