MCPcopy Create free account
hub / github.com/PLSysSec/wave / init

Function init

src/tests/mod.rs:16–20  ·  view source on GitHub ↗

Any common initialization for the tests (e.g. changing the working directory)

()

Source from the content-addressed store, hash-verified

14
15/// Any common initialization for the tests (e.g. changing the working directory)
16pub fn init() {
17 // this will only actually happen once, but just call it everytime
18 // it will fail but that is fine...
19 std::env::set_current_dir("./fuzz-dir");
20}

Callers 15

check_ptr_to_refFunction · 0.85
check_transmut_netlistFunction · 0.85
check_ffi_load_vecFunction · 0.85
check_ffi_load_cstrFunction · 0.85
check_os_preadFunction · 0.85
check_os_pwriteFunction · 0.85
check_os_adviseFunction · 0.85
check_os_allocateFunction · 0.85
check_os_fstatatFunction · 0.85
check_os_futimensFunction · 0.85
check_os_utimensatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected