MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / removed

Function removed

cli/src/ui.rs:35–41  ·  view source on GitHub ↗

A `- name` line for a removed package.

(name: &str)

Source from the content-addressed store, hash-verified

33
34/// A `- name` line for a removed package.
35pub fn removed(name: &str) {
36 if plain() {
37 println!(" - {name}");
38 } else {
39 println!(" {} {name}", "-".red());
40 }
41}
42
43/// A blank line then a dim trailing note.
44pub fn note(msg: &str) {

Callers 1

removeFunction · 0.85

Calls 1

plainFunction · 0.85

Tested by

no test coverage detected