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

Function traceback

cli/src/ui.rs:78–80  ·  view source on GitHub ↗

Print a script's traceback to stderr, verbatim from the runtime.

(msg: &str)

Source from the content-addressed store, hash-verified

76
77/// Print a script's traceback to stderr, verbatim from the runtime.
78pub fn traceback(msg: &str) {
79 eprintln!("{msg}");
80}
81
82/// Summary printed by `edge build` after vendoring runtime + packages + scripts into dist/.
83pub fn build_report(dir: &std::path::Path, runtime_files: usize, packages: usize, scripts: usize, size: u64, elapsed: std::time::Duration) {

Callers 2

runFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected