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

Function parse_nested_fn

parser/tests/nested_fn_tests.rs:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6#[test]
7fn parse_nested_fn() -> anyhow::Result<()> {
8 let path = concat!(env!("CARGO_MANIFEST_DIR"), "/tests/common/nested_fn.rs");
9 let mut breakpoints = parse_file(path)?;
10 breakpoints.pop(); // Pop the last `fn get_breakpoints` breakpoint
11 assert_eq!(breakpoints, common::nested_fn::get_breakpoints());
12 Ok(())
13}

Callers

nothing calls this directly

Calls 1

parse_fileFunction · 0.85

Tested by

no test coverage detected