MCPcopy Create free account
hub / github.com/GrayJack/coreutils / echo

Function echo

echo/src/main.rs:28–51  ·  view source on GitHub ↗

Print given `strings` to standard output. If `scape` true, it also prints the scape codes inside `strings`. If `no_newline` true, it does not print a newline after.

(strings: &[&str], escape: bool, no_newline: bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 3

newFunction · 0.85
print_escapeFunction · 0.85
iterMethod · 0.45

Tested by

no test coverage detected