Skip to main content

check_script

Function check_script 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn check_script( source: *const c_char, use_new_solver: c_int, ) -> *const c_char
Expand description

§Safety

source must be a valid, NUL-terminated C string (the wasm/JS caller’s contract), or null.