MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / main

Function main

parser/src/bin/breakpoint.rs:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() {
2 let args: Vec<_> = std::env::args().collect();
3 let files = firedbg_rust_parser::parse_directory(&args[1]);
4 println!("{:#?}", files);
5}

Callers

nothing calls this directly

Calls 1

parse_directoryFunction · 0.85

Tested by

no test coverage detected