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

Function cross_mark

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

Source from the content-addressed store, hash-verified

10}
11
12pub fn cross_mark() -> console::StyledObject<&'static str> {
13 style("✗").red()
14}
15
16pub fn warn_mark() -> console::StyledObject<&'static str> {
17 style("!").yellow()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected