MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / check_mark

Function check_mark

src/cli/status.rs:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6use console::style;
7
8pub fn check_mark() -> console::StyledObject<&'static str> {
9 style("✓").green()
10}
11
12pub fn cross_mark() -> console::StyledObject<&'static str> {
13 style("✗").red()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected