save_scan_do_virustotal

Function save_scan_do_virustotal 

Source
pub fn save_scan_do_virustotal(value: bool)
Expand description

What: Persist the VirusTotal scan toggle.

Inputs:

  • value: Whether VirusTotal scans should run by default.

Output:

  • None.

Details:

  • Delegates to save_boolean_key("scan_do_virustotal", value).