save_virustotal_api_key

Function save_virustotal_api_key 

Source
pub fn save_virustotal_api_key(value: &str)
Expand description

What: Persist the VirusTotal API key used for scanning packages.

Inputs:

  • value: API key string supplied by the user.

Output:

  • None.

Details:

  • Delegates to save_string_key("virustotal_api_key", ...).