Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ UnitTest
Class
UnitTest
command/src/main.rs:903–906 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
901
902
#[derive(Debug, Serialize)]
903
struct UnitTest<'a> {
904
package_name: &'a str,
905
test_cases: Vec<String>,
906
}
907
908
let list_all = targets.contains(&ListTarget::Bin)
909
&& targets.contains(&ListTarget::Example)
Callers
1
handle_tests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected