MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / print_title

Function print_title

crates/miden-integration-tests/tests/utils.rs:21–25  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

19//This function is only used to demonstrate what Scribe does in a easy to read format.
20pub fn run_example(yul_code: &str, expected_output: MidenResult) {
21 fn print_title(s: &str) {
22 let s1 = format!("=== {} ===", s).blue().bold();
23 println!("{}", s1);
24 println!(" ");
25 }
26 println!();
27 println!();
28 print_title("Input Yul");

Callers 2

run_exampleFunction · 0.85
compile_exampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected