MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / unique_project

Function unique_project

rust/tests/project.rs:9–11  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

7// TODO: We should use tempdir to manage the project directory.
8
9fn unique_project(name: &str) -> String {
10 format!("{}/{}", std::env::temp_dir().to_str().unwrap(), name)
11}
12
13#[test]
14fn create_delete_empty() {

Callers 3

create_delete_emptyFunction · 0.85
create_close_open_closeFunction · 0.85
modify_projectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected